Html Css Color HEX #777003 Olive

📋 copy color: '#777003'

red 119 ◦ green 112 ◦ blue 3

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

Shades of Olive #777003

Tints of Olive #777003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 50.85%
G = 47.86%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#777003 (or 0x777003) is known color: Olive. HEX triplet: 77, 70 and 03. RGB value is (119,112,3). Sum of RGB (Red+Green+Blue) = 119+112+3=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #777003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777003 is #888FFC. Grayscale: #666666. Windows color (decimal): -8949757 or 225399. OLE color: 225399.

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

Color convert

RGB 119 112 3 -
CMYK 0 0.06 0.97 0.53
HSL 56.38º 0.95% 0.24% -
HSV(B) 56.38º 0.97% 0.47% -
XYZ 13.42 15.52 2.37 -
YUV 101.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 119 112 3 0 0.06 0.97 0.53 56.38 0.95 0.24
Hex 77 70 3 0 6 61 35 38 5F 18
Octal 167 160 3 0 6 141 65 70 137 30
Binary 1110111 1110000 11 0 110 1100001 110101 111000 1011111 11000

Color Harmonies of #777003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777003

Black with #777003

Text Example


Text Example

White with #777003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777003; }

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

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

background-color css

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

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

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

border-color css

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

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

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