Html Css Color HEX #769004 Olive

📋 copy color: '#769004'

red 118 ◦ green 144 ◦ blue 4

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

Shades of Olive #769004

Tints of Olive #769004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 44.36%
G = 54.14%
B = 1.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#769004 (or 0x769004) is known color: Olive. HEX triplet: 76, 90 and 04. RGB value is (118,144,4). Sum of RGB (Red+Green+Blue) = 118+144+4=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #769004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769004 is #896FFB. Grayscale: #787878. Windows color (decimal): -9007100 or 299126. OLE color: 299126.

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

Color convert

RGB 118 144 4 -
CMYK 0.18 0 0.97 0.44
HSL 71.14º 0.95% 0.29% -
HSV(B) 71.14º 0.97% 0.56% -
XYZ 17.47 23.81 3.79 -
YUV 120.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 118 144 4 0.18 0 0.97 0.44 71.14 0.95 0.29
Hex 76 90 4 12 0 61 2C 47 5F 1D
Octal 166 220 4 22 0 141 54 107 137 35
Binary 1110110 10010000 100 10010 0 1100001 101100 1000111 1011111 11101

Color Harmonies of #769004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769004

Black with #769004

Text Example


Text Example

White with #769004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769004; }

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

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

background-color css

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

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

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

border-color css

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

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

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