Html Css Color HEX #75870C Olive

📋 copy color: '#75870C'

red 117 ◦ green 135 ◦ blue 12

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

Shades of Olive #75870C

Tints of Olive #75870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.14%

 BLUE value IS 12 (5.08% from 255) = 4.55%

R = 44.32%
G = 51.14%
B = 4.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#75870C (or 0x75870C) is known color: Olive. HEX triplet: 75, 87 and 0C. RGB value is (117,135,12). Sum of RGB (Red+Green+Blue) = 117+135+12=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #75870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75870C is #8A78F3. Grayscale: #747474. Windows color (decimal): -9074932 or 821109. OLE color: 821109.

HSL color Cylindrical-coordinate representation of color #75870C: hue angle of 68.78º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75870C is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 12 -
CMYK 0.13 0 0.91 0.47
HSL 68.78º 0.84% 0.29% -
HSV(B) 68.78º 0.91% 0.53% -
XYZ 16.07 21.14 3.58 -
YUV 115.6 69.54 129 -
System Red Green Blue C M Y K H S L
Decimal 117 135 12 0.13 0 0.91 0.47 68.78 0.84 0.29
Hex 75 87 C D 0 5B 2F 45 54 1D
Octal 165 207 14 15 0 133 57 105 124 35
Binary 1110101 10000111 1100 1101 0 1011011 101111 1000101 1010100 11101

Color Harmonies of #75870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75870C

Black with #75870C

Text Example


Text Example

White with #75870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75870C; }

 p { color: rgb(117,135,12); }

 H1.HeaderClassName
 {
   color: #75870C;
 }
 .AnyTagClassName
 {
   color: #75870C;
 }
</style>

background-color css

<style>
 a { background-color: #75870C; }

 a { background-color: rgb(117,135,12); }

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

border-color css

<style>
 span { border-color: #75870C; }

 span { border-color: rgb(117,135,12); }

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