Html Css Color HEX #778C09 Olive

📋 copy color: '#778C09'

red 119 ◦ green 140 ◦ blue 9

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

Shades of Olive #778C09

Tints of Olive #778C09

RGB

 RED value IS 119 (46.88% from 255) = 44.4%

 GREEN value IS 140 (55.08% from 255) = 52.24%

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

R = 44.4%
G = 52.24%
B = 3.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#778C09 (or 0x778C09) is known color: Olive. HEX triplet: 77, 8C and 09. RGB value is (119,140,9). Sum of RGB (Red+Green+Blue) = 119+140+9=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #778C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778C09 is #8873F6. Grayscale: #777777. Windows color (decimal): -8942583 or 625783. OLE color: 625783.

HSL color Cylindrical-coordinate representation of color #778C09: hue angle of 69.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #778C09 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 140 9 -
CMYK 0.15 0 0.94 0.45
HSL 69.62º 0.88% 0.29% -
HSV(B) 69.62º 0.94% 0.55% -
XYZ 17.04 22.7 3.74 -
YUV 118.79 66.04 128.15 -
System Red Green Blue C M Y K H S L
Decimal 119 140 9 0.15 0 0.94 0.45 69.62 0.88 0.29
Hex 77 8C 9 F 0 5E 2D 46 58 1D
Octal 167 214 11 17 0 136 55 106 130 35
Binary 1110111 10001100 1001 1111 0 1011110 101101 1000110 1011000 11101

Color Harmonies of #778C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778C09

Black with #778C09

Text Example


Text Example

White with #778C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778C09; }

 p { color: rgb(119,140,9); }

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

background-color css

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

 a { background-color: rgb(119,140,9); }

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

border-color css

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

 span { border-color: rgb(119,140,9); }

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