Html Css Color HEX #75841E Trendy Green

📋 copy color: '#75841E'

red 117 ◦ green 132 ◦ blue 30

#75841E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #75841E

Tints of Trendy Green #75841E

RGB

 RED value IS 117 (46.09% from 255) = 41.94%

 GREEN value IS 132 (51.95% from 255) = 47.31%

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 41.94%
G = 47.31%
B = 10.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75841E (or 0x75841E) is known color: Trendy Green. HEX triplet: 75, 84 and 1E. RGB value is (117,132,30). Sum of RGB (Red+Green+Blue) = 117+132+30=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #75841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75841E is #8A7BE1. Grayscale: #747474. Windows color (decimal): -9075682 or 1999989. OLE color: 1999989.

HSL color Cylindrical-coordinate representation of color #75841E: hue angle of 68.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75841E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 30 -
CMYK 0.11 0 0.77 0.48
HSL 68.82º 0.63% 0.32% -
HSV(B) 68.82º 0.77% 0.52% -
XYZ 15.82 20.38 4.33 -
YUV 115.89 79.53 128.79 -
System Red Green Blue C M Y K H S L
Decimal 117 132 30 0.11 0 0.77 0.48 68.82 0.63 0.32
Hex 75 84 1E B 0 4D 30 45 3F 20
Octal 165 204 36 13 0 115 60 105 77 40
Binary 1110101 10000100 11110 1011 0 1001101 110000 1000101 111111 100000

Color Harmonies of #75841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75841E

Black with #75841E

Text Example


Text Example

White with #75841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75841E; }

 p { color: rgb(117,132,30); }

 H1.HeaderClassName
 {
   color: #75841E;
 }
 .AnyTagClassName
 {
   color: #75841E;
 }
</style>

background-color css

<style>
 a { background-color: #75841E; }

 a { background-color: rgb(117,132,30); }

 div.DivClassName
 {
   background-color: #75841E;
 }
 .BgClassName
 {
   background-color: #75841E;
 }
</style>

border-color css

<style>
 span { border-color: #75841E; }

 span { border-color: rgb(117,132,30); }

 td.TdClassName
 {
   border-color: #75841E;
 }
 .TagClassName
 {
   border-color: #75841E;
 }
</style>