Html Css Color HEX #777C02 Olive

📋 copy color: '#777C02'

red 119 ◦ green 124 ◦ blue 2

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

Shades of Olive #777C02

Tints of Olive #777C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.61%

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

R = 48.57%
G = 50.61%
B = 0.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#777C02 (or 0x777C02) is known color: Olive. HEX triplet: 77, 7C and 02. RGB value is (119,124,2). Sum of RGB (Red+Green+Blue) = 119+124+2=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #777C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777C02 is #8883FD. Grayscale: #6D6D6D. Windows color (decimal): -8946686 or 162935. OLE color: 162935.

HSL color Cylindrical-coordinate representation of color #777C02: hue angle of 62.46º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #777C02 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 124 2 -
CMYK 0.04 0 0.98 0.51
HSL 62.46º 0.97% 0.25% -
HSV(B) 62.46º 0.98% 0.49% -
XYZ 14.83 18.34 2.82 -
YUV 108.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 119 124 2 0.04 0 0.98 0.51 62.46 0.97 0.25
Hex 77 7C 2 4 0 62 33 3E 61 19
Octal 167 174 2 4 0 142 63 76 141 31
Binary 1110111 1111100 10 100 0 1100010 110011 111110 1100001 11001

Color Harmonies of #777C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C02

Black with #777C02

Text Example


Text Example

White with #777C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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