Html Css Color HEX #777A07 Olive

📋 copy color: '#777A07'

red 119 ◦ green 122 ◦ blue 7

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

Shades of Olive #777A07

Tints of Olive #777A07

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.19%

 BLUE value IS 7 (3.13% from 255) = 2.82%

R = 47.98%
G = 49.19%
B = 2.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#777A07 (or 0x777A07) is known color: Olive. HEX triplet: 77, 7A and 07. RGB value is (119,122,7). Sum of RGB (Red+Green+Blue) = 119+122+7=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #777A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777A07 is #8885F8. Grayscale: #6C6C6C. Windows color (decimal): -8947193 or 490103. OLE color: 490103.

HSL color Cylindrical-coordinate representation of color #777A07: hue angle of 61.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #777A07 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 122 7 -
CMYK 0.02 0 0.94 0.52
HSL 61.57º 0.89% 0.25% -
HSV(B) 61.57º 0.94% 0.48% -
XYZ 14.61 17.86 2.88 -
YUV 107.99 71.01 135.85 -
System Red Green Blue C M Y K H S L
Decimal 119 122 7 0.02 0 0.94 0.52 61.57 0.89 0.25
Hex 77 7A 7 2 0 5E 34 3E 59 19
Octal 167 172 7 2 0 136 64 76 131 31
Binary 1110111 1111010 111 10 0 1011110 110100 111110 1011001 11001

Color Harmonies of #777A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A07

Black with #777A07

Text Example


Text Example

White with #777A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,122,7); }

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

background-color css

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

 a { background-color: rgb(119,122,7); }

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

border-color css

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

 span { border-color: rgb(119,122,7); }

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