Html Css Color HEX #777002 Olive

📋 copy color: '#777002'

red 119 ◦ green 112 ◦ blue 2

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

Shades of Olive #777002

Tints of Olive #777002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.07%

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

R = 51.07%
G = 48.07%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#777002 (or 0x777002) is known color: Olive. HEX triplet: 77, 70 and 02. RGB value is (119,112,2). Sum of RGB (Red+Green+Blue) = 119+112+2=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #777002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777002 is #888FFD. Grayscale: #666666. Windows color (decimal): -8949758 or 159863. OLE color: 159863.

HSL color Cylindrical-coordinate representation of color #777002: hue angle of 56.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #777002 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 2 -
CMYK 0 0.06 0.98 0.53
HSL 56.41º 0.97% 0.24% -
HSV(B) 56.41º 0.98% 0.47% -
XYZ 13.41 15.51 2.35 -
YUV 101.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 119 112 2 0 0.06 0.98 0.53 56.41 0.97 0.24
Hex 77 70 2 0 6 62 35 38 61 18
Octal 167 160 2 0 6 142 65 70 141 30
Binary 1110111 1110000 10 0 110 1100010 110101 111000 1100001 11000

Color Harmonies of #777002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777002

Black with #777002

Text Example


Text Example

White with #777002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777002; }

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

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

background-color css

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

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

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

border-color css

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

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

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