Html Css Color HEX #75880E Olive

📋 copy color: '#75880E'

red 117 ◦ green 136 ◦ blue 14

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

Shades of Olive #75880E

Tints of Olive #75880E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.24%

R = 43.82%
G = 50.94%
B = 5.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#75880E (or 0x75880E) is known color: Olive. HEX triplet: 75, 88 and 0E. RGB value is (117,136,14). Sum of RGB (Red+Green+Blue) = 117+136+14=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #75880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75880E is #8A77F1. Grayscale: #747474. Windows color (decimal): -9074674 or 952437. OLE color: 952437.

HSL color Cylindrical-coordinate representation of color #75880E: hue angle of 69.34º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75880E is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 14 -
CMYK 0.14 0 0.90 0.47
HSL 69.34º 0.81% 0.29% -
HSV(B) 69.34º 0.9% 0.53% -
XYZ 16.22 21.42 3.7 -
YUV 116.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 117 136 14 0.14 0 0.90 0.47 69.34 0.81 0.29
Hex 75 88 E E 0 5A 2F 45 51 1D
Octal 165 210 16 16 0 132 57 105 121 35
Binary 1110101 10001000 1110 1110 0 1011010 101111 1000101 1010001 11101

Color Harmonies of #75880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75880E

Black with #75880E

Text Example


Text Example

White with #75880E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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