Html Css Color HEX #778C06 Olive

📋 copy color: '#778C06'

red 119 ◦ green 140 ◦ blue 6

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

Shades of Olive #778C06

Tints of Olive #778C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 44.91%
G = 52.83%
B = 2.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#778C06 (or 0x778C06) is known color: Olive. HEX triplet: 77, 8C and 06. RGB value is (119,140,6). Sum of RGB (Red+Green+Blue) = 119+140+6=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #778C06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778C06 is #8873F9. Grayscale: #767676. Windows color (decimal): -8942586 or 429175. OLE color: 429175.

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

Color convert

RGB 119 140 6 -
CMYK 0.15 0 0.96 0.45
HSL 69.4º 0.92% 0.29% -
HSV(B) 69.4º 0.96% 0.55% -
XYZ 17.02 22.69 3.66 -
YUV 118.45 64.54 128.4 -
System Red Green Blue C M Y K H S L
Decimal 119 140 6 0.15 0 0.96 0.45 69.4 0.92 0.29
Hex 77 8C 6 F 0 60 2D 45 5C 1D
Octal 167 214 6 17 0 140 55 105 134 35
Binary 1110111 10001100 110 1111 0 1100000 101101 1000101 1011100 11101

Color Harmonies of #778C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778C06

Black with #778C06

Text Example


Text Example

White with #778C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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