Html Css Color HEX #778306 Olive

📋 copy color: '#778306'

red 119 ◦ green 131 ◦ blue 6

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

Shades of Olive #778306

Tints of Olive #778306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

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

R = 46.48%
G = 51.17%
B = 2.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#778306 (or 0x778306) is known color: Olive. HEX triplet: 77, 83 and 06. RGB value is (119,131,6). Sum of RGB (Red+Green+Blue) = 119+131+6=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #778306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778306 is #887CF9. Grayscale: #717171. Windows color (decimal): -8944890 or 426871. OLE color: 426871.

HSL color Cylindrical-coordinate representation of color #778306: hue angle of 65.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #778306 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 131 6 -
CMYK 0.09 0 0.95 0.49
HSL 65.76º 0.91% 0.27% -
HSV(B) 65.76º 0.95% 0.51% -
XYZ 15.76 20.17 3.23 -
YUV 113.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 119 131 6 0.09 0 0.95 0.49 65.76 0.91 0.27
Hex 77 83 6 9 0 5F 31 42 5B 1B
Octal 167 203 6 11 0 137 61 102 133 33
Binary 1110111 10000011 110 1001 0 1011111 110001 1000010 1011011 11011

Color Harmonies of #778306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778306

Black with #778306

Text Example


Text Example

White with #778306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778306; }

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

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

background-color css

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

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

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

border-color css

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

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

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