Html Css Color HEX #777929 Olivetone

📋 copy color: '#777929'

red 119 ◦ green 121 ◦ blue 41

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

Shades of Olivetone #777929

Tints of Olivetone #777929

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.06%

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 42.35%
G = 43.06%
B = 14.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#777929 (or 0x777929) is known color: Olivetone. HEX triplet: 77, 79 and 29. RGB value is (119,121,41). Sum of RGB (Red+Green+Blue) = 119+121+41=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #777929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777929 is #8886D6. Grayscale: #6F6F6F. Windows color (decimal): -8947415 or 2718071. OLE color: 2718071.

HSL color Cylindrical-coordinate representation of color #777929: hue angle of 61.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #777929 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 121 41 -
CMYK 0.02 0 0.66 0.53
HSL 61.5º 0.49% 0.32% -
HSV(B) 61.5º 0.66% 0.47% -
XYZ 14.85 17.76 4.74 -
YUV 111.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 119 121 41 0.02 0 0.66 0.53 61.5 0.49 0.32
Hex 77 79 29 2 0 42 35 3E 31 20
Octal 167 171 51 2 0 102 65 76 61 40
Binary 1110111 1111001 101001 10 0 1000010 110101 111110 110001 100000

Color Harmonies of #777929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777929

Black with #777929

Text Example


Text Example

White with #777929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777929; }

 p { color: rgb(119,121,41); }

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

background-color css

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

 a { background-color: rgb(119,121,41); }

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

border-color css

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

 span { border-color: rgb(119,121,41); }

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