Html Css Color HEX #767912 Olive

📋 copy color: '#767912'

red 118 ◦ green 121 ◦ blue 18

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

Shades of Olive #767912

Tints of Olive #767912

RGB

 RED value IS 118 (46.48% from 255) = 45.91%

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

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

R = 45.91%
G = 47.08%
B = 7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#767912 (or 0x767912) is known color: Olive. HEX triplet: 76, 79 and 12. RGB value is (118,121,18). Sum of RGB (Red+Green+Blue) = 118+121+18=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #767912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767912 is #8986ED. Grayscale: #6C6C6C. Windows color (decimal): -9012974 or 1210742. OLE color: 1210742.

HSL color Cylindrical-coordinate representation of color #767912: hue angle of 61.75º 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 #767912 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 121 18 -
CMYK 0.02 0 0.85 0.53
HSL 61.75º 0.74% 0.27% -
HSV(B) 61.75º 0.85% 0.47% -
XYZ 14.42 17.57 3.2 -
YUV 108.36 77.01 134.88 -
System Red Green Blue C M Y K H S L
Decimal 118 121 18 0.02 0 0.85 0.53 61.75 0.74 0.27
Hex 76 79 12 2 0 55 35 3E 4A 1B
Octal 166 171 22 2 0 125 65 76 112 33
Binary 1110110 1111001 10010 10 0 1010101 110101 111110 1001010 11011

Color Harmonies of #767912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767912

Black with #767912

Text Example


Text Example

White with #767912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767912; }

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

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

background-color css

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

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

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

border-color css

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

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

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