Html Css Color HEX #779702 Olive

📋 copy color: '#779702'

red 119 ◦ green 151 ◦ blue 2

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

Shades of Olive #779702

Tints of Olive #779702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.51%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 43.75%
G = 55.51%
B = 0.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#779702 (or 0x779702) is known color: Olive. HEX triplet: 77, 97 and 02. RGB value is (119,151,2). Sum of RGB (Red+Green+Blue) = 119+151+2=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #779702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779702 is #8868FD. Grayscale: #7D7D7D. Windows color (decimal): -8939774 or 169847. OLE color: 169847.

HSL color Cylindrical-coordinate representation of color #779702: hue angle of 72.89º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #779702 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 151 2 -
CMYK 0.21 0 0.99 0.41
HSL 72.89º 0.97% 0.3% -
HSV(B) 72.89º 0.99% 0.59% -
XYZ 18.69 26.06 4.1 -
YUV 124.45 58.9 124.12 -
System Red Green Blue C M Y K H S L
Decimal 119 151 2 0.21 0 0.99 0.41 72.89 0.97 0.3
Hex 77 97 2 15 0 63 29 49 61 1E
Octal 167 227 2 25 0 143 51 111 141 36
Binary 1110111 10010111 10 10101 0 1100011 101001 1001001 1100001 11110

Color Harmonies of #779702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779702

Black with #779702

Text Example


Text Example

White with #779702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779702; }

 p { color: rgb(119,151,2); }

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

background-color css

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

 a { background-color: rgb(119,151,2); }

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

border-color css

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

 span { border-color: rgb(119,151,2); }

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