Html Css Color HEX #769204 Olive

📋 copy color: '#769204'

red 118 ◦ green 146 ◦ blue 4

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

Shades of Olive #769204

Tints of Olive #769204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.48%

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

R = 44.03%
G = 54.48%
B = 1.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#769204 (or 0x769204) is known color: Olive. HEX triplet: 76, 92 and 04. RGB value is (118,146,4). Sum of RGB (Red+Green+Blue) = 118+146+4=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #769204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769204 is #896DFB. Grayscale: #797979. Windows color (decimal): -9006588 or 299638. OLE color: 299638.

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

Color convert

RGB 118 146 4 -
CMYK 0.19 0 0.97 0.43
HSL 71.83º 0.95% 0.29% -
HSV(B) 71.83º 0.97% 0.57% -
XYZ 17.77 24.42 3.89 -
YUV 121.44 61.72 125.55 -
System Red Green Blue C M Y K H S L
Decimal 118 146 4 0.19 0 0.97 0.43 71.83 0.95 0.29
Hex 76 92 4 13 0 61 2B 48 5F 1D
Octal 166 222 4 23 0 141 53 110 137 35
Binary 1110110 10010010 100 10011 0 1100001 101011 1001000 1011111 11101

Color Harmonies of #769204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769204

Black with #769204

Text Example


Text Example

White with #769204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769204; }

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

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

background-color css

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

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

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

border-color css

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

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

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