Html Css Color HEX #769409 Olive

📋 copy color: '#769409'

red 118 ◦ green 148 ◦ blue 9

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

Shades of Olive #769409

Tints of Olive #769409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.82%

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

R = 42.91%
G = 53.82%
B = 3.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#769409 (or 0x769409) is known color: Olive. HEX triplet: 76, 94 and 09. RGB value is (118,148,9). Sum of RGB (Red+Green+Blue) = 118+148+9=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #769409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769409 is #896BF6. Grayscale: #7B7B7B. Windows color (decimal): -9006071 or 627830. OLE color: 627830.

HSL color Cylindrical-coordinate representation of color #769409: hue angle of 72.95º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #769409 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 9 -
CMYK 0.20 0 0.94 0.42
HSL 72.95º 0.89% 0.31% -
HSV(B) 72.95º 0.94% 0.58% -
XYZ 18.11 25.05 4.14 -
YUV 123.18 63.56 124.3 -
System Red Green Blue C M Y K H S L
Decimal 118 148 9 0.20 0 0.94 0.42 72.95 0.89 0.31
Hex 76 94 9 14 0 5E 2A 49 59 1F
Octal 166 224 11 24 0 136 52 111 131 37
Binary 1110110 10010100 1001 10100 0 1011110 101010 1001001 1011001 11111

Color Harmonies of #769409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769409

Black with #769409

Text Example


Text Example

White with #769409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769409; }

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

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

background-color css

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

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

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

border-color css

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

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

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