Html Css Color HEX #769006 Olive

📋 copy color: '#769006'

red 118 ◦ green 144 ◦ blue 6

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

Shades of Olive #769006

Tints of Olive #769006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.73%

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 44.03%
G = 53.73%
B = 2.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#769006 (or 0x769006) is known color: Olive. HEX triplet: 76, 90 and 06. RGB value is (118,144,6). Sum of RGB (Red+Green+Blue) = 118+144+6=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #769006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769006 is #896FF9. Grayscale: #797979. Windows color (decimal): -9007098 or 430198. OLE color: 430198.

HSL color Cylindrical-coordinate representation of color #769006: hue angle of 71.3º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #769006 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 6 -
CMYK 0.18 0 0.96 0.44
HSL 71.3º 0.92% 0.29% -
HSV(B) 71.3º 0.96% 0.56% -
XYZ 17.48 23.81 3.85 -
YUV 120.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 118 144 6 0.18 0 0.96 0.44 71.3 0.92 0.29
Hex 76 90 6 12 0 60 2C 47 5C 1D
Octal 166 220 6 22 0 140 54 107 134 35
Binary 1110110 10010000 110 10010 0 1100000 101100 1000111 1011100 11101

Color Harmonies of #769006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769006

Black with #769006

Text Example


Text Example

White with #769006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769006; }

 p { color: rgb(118,144,6); }

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

background-color css

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

 a { background-color: rgb(118,144,6); }

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

border-color css

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

 span { border-color: rgb(118,144,6); }

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