Html Css Color HEX #776904 Olive

📋 copy color: '#776904'

red 119 ◦ green 105 ◦ blue 4

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

Shades of Olive #776904

Tints of Olive #776904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.05%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 52.19%
G = 46.05%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#776904 (or 0x776904) is known color: Olive. HEX triplet: 77, 69 and 04. RGB value is (119,105,4). Sum of RGB (Red+Green+Blue) = 119+105+4=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #776904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776904 is #8896FB. Grayscale: #626262. Windows color (decimal): -8951548 or 289143. OLE color: 289143.

HSL color Cylindrical-coordinate representation of color #776904: hue angle of 52.7º degrees, saturation: 0.93, 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 #776904 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 4 -
CMYK 0 0.12 0.97 0.53
HSL 52.7º 0.93% 0.24% -
HSV(B) 52.7º 0.97% 0.47% -
XYZ 12.68 14.03 2.16 -
YUV 97.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 119 105 4 0 0.12 0.97 0.53 52.7 0.93 0.24
Hex 77 69 4 0 C 61 35 35 5D 18
Octal 167 151 4 0 14 141 65 65 135 30
Binary 1110111 1101001 100 0 1100 1100001 110101 110101 1011101 11000

Color Harmonies of #776904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776904

Black with #776904

Text Example


Text Example

White with #776904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776904; }

 p { color: rgb(119,105,4); }

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

background-color css

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

 a { background-color: rgb(119,105,4); }

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

border-color css

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

 span { border-color: rgb(119,105,4); }

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