Html Css Color HEX #757912 Olive

📋 copy color: '#757912'

red 117 ◦ green 121 ◦ blue 18

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

Shades of Olive #757912

Tints of Olive #757912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.27%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 45.7%
G = 47.27%
B = 7.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#757912 (or 0x757912) is known color: Olive. HEX triplet: 75, 79 and 12. RGB value is (117,121,18). Sum of RGB (Red+Green+Blue) = 117+121+18=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #757912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757912 is #8A86ED. Grayscale: #6C6C6C. Windows color (decimal): -9078510 or 1210741. OLE color: 1210741.

HSL color Cylindrical-coordinate representation of color #757912: hue angle of 62.33º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #757912 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 18 -
CMYK 0.03 0 0.85 0.53
HSL 62.33º 0.74% 0.27% -
HSV(B) 62.33º 0.85% 0.47% -
XYZ 14.28 17.5 3.2 -
YUV 108.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 117 121 18 0.03 0 0.85 0.53 62.33 0.74 0.27
Hex 75 79 12 3 0 55 35 3E 4A 1B
Octal 165 171 22 3 0 125 65 76 112 33
Binary 1110101 1111001 10010 11 0 1010101 110101 111110 1001010 11011

Color Harmonies of #757912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757912

Black with #757912

Text Example


Text Example

White with #757912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757912; }

 p { color: rgb(117,121,18); }

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

background-color css

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

 a { background-color: rgb(117,121,18); }

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

border-color css

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

 span { border-color: rgb(117,121,18); }

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