Html Css Color HEX #769408 Olive

📋 copy color: '#769408'

red 118 ◦ green 148 ◦ blue 8

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

Shades of Olive #769408

Tints of Olive #769408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.92%

R = 43.07%
G = 54.01%
B = 2.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#769408 (or 0x769408) is known color: Olive. HEX triplet: 76, 94 and 08. RGB value is (118,148,8). Sum of RGB (Red+Green+Blue) = 118+148+8=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #769408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769408 is #896BF7. Grayscale: #7B7B7B. Windows color (decimal): -9006072 or 562294. OLE color: 562294.

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

Color convert

RGB 118 148 8 -
CMYK 0.20 0 0.95 0.42
HSL 72.86º 0.9% 0.31% -
HSV(B) 72.86º 0.95% 0.58% -
XYZ 18.1 25.05 4.11 -
YUV 123.07 63.06 124.38 -
System Red Green Blue C M Y K H S L
Decimal 118 148 8 0.20 0 0.95 0.42 72.86 0.9 0.31
Hex 76 94 8 14 0 5F 2A 49 5A 1F
Octal 166 224 10 24 0 137 52 111 132 37
Binary 1110110 10010100 1000 10100 0 1011111 101010 1001001 1011010 11111

Color Harmonies of #769408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769408

Black with #769408

Text Example


Text Example

White with #769408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769408; }

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

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

background-color css

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

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

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

border-color css

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

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

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