Html Css Color HEX #768109 Olive

📋 copy color: '#768109'

red 118 ◦ green 129 ◦ blue 9

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

Shades of Olive #768109

Tints of Olive #768109

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 46.09%
G = 50.39%
B = 3.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#768109 (or 0x768109) is known color: Olive. HEX triplet: 76, 81 and 09. RGB value is (118,129,9). Sum of RGB (Red+Green+Blue) = 118+129+9=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #768109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768109 is #897EF6. Grayscale: #707070. Windows color (decimal): -9010935 or 622966. OLE color: 622966.

HSL color Cylindrical-coordinate representation of color #768109: hue angle of 65.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #768109 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 9 -
CMYK 0.09 0 0.93 0.49
HSL 65.5º 0.87% 0.27% -
HSV(B) 65.5º 0.93% 0.51% -
XYZ 15.37 19.57 3.23 -
YUV 112.03 69.86 132.26 -
System Red Green Blue C M Y K H S L
Decimal 118 129 9 0.09 0 0.93 0.49 65.5 0.87 0.27
Hex 76 81 9 9 0 5D 31 42 57 1B
Octal 166 201 11 11 0 135 61 102 127 33
Binary 1110110 10000001 1001 1001 0 1011101 110001 1000010 1010111 11011

Color Harmonies of #768109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768109

Black with #768109

Text Example


Text Example

White with #768109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768109; }

 p { color: rgb(118,129,9); }

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

background-color css

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

 a { background-color: rgb(118,129,9); }

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

border-color css

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

 span { border-color: rgb(118,129,9); }

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