Html Css Color HEX #779302 Olive

📋 copy color: '#779302'

red 119 ◦ green 147 ◦ blue 2

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

Shades of Olive #779302

Tints of Olive #779302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.85%

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

R = 44.4%
G = 54.85%
B = 0.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#779302 (or 0x779302) is known color: Olive. HEX triplet: 77, 93 and 02. RGB value is (119,147,2). Sum of RGB (Red+Green+Blue) = 119+147+2=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #779302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779302 is #886CFD. Grayscale: #7A7A7A. Windows color (decimal): -8940798 or 168823. OLE color: 168823.

HSL color Cylindrical-coordinate representation of color #779302: hue angle of 71.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #779302 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 2 -
CMYK 0.19 0 0.99 0.42
HSL 71.59º 0.97% 0.29% -
HSV(B) 71.59º 0.99% 0.58% -
XYZ 18.05 24.79 3.89 -
YUV 122.1 60.22 125.79 -
System Red Green Blue C M Y K H S L
Decimal 119 147 2 0.19 0 0.99 0.42 71.59 0.97 0.29
Hex 77 93 2 13 0 63 2A 48 61 1D
Octal 167 223 2 23 0 143 52 110 141 35
Binary 1110111 10010011 10 10011 0 1100011 101010 1001000 1100001 11101

Color Harmonies of #779302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779302

Black with #779302

Text Example


Text Example

White with #779302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779302; }

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

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

background-color css

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

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

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

border-color css

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

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

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