Html Css Color HEX #75881E Trendy Green

📋 copy color: '#75881E'

red 117 ◦ green 136 ◦ blue 30

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

Shades of Trendy Green #75881E

Tints of Trendy Green #75881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.06%

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

R = 41.34%
G = 48.06%
B = 10.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#75881E (or 0x75881E) is known color: Trendy Green. HEX triplet: 75, 88 and 1E. RGB value is (117,136,30). Sum of RGB (Red+Green+Blue) = 117+136+30=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #75881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75881E is #8A77E1. Grayscale: #767676. Windows color (decimal): -9074658 or 2001013. OLE color: 2001013.

HSL color Cylindrical-coordinate representation of color #75881E: hue angle of 70.75º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75881E is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 30 -
CMYK 0.14 0 0.78 0.47
HSL 70.75º 0.64% 0.33% -
HSV(B) 70.75º 0.78% 0.53% -
XYZ 16.37 21.48 4.51 -
YUV 118.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 117 136 30 0.14 0 0.78 0.47 70.75 0.64 0.33
Hex 75 88 1E E 0 4E 2F 47 40 21
Octal 165 210 36 16 0 116 57 107 100 41
Binary 1110101 10001000 11110 1110 0 1001110 101111 1000111 1000000 100001

Color Harmonies of #75881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75881E

Black with #75881E

Text Example


Text Example

White with #75881E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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