Html Css Color HEX #776907 Olive

📋 copy color: '#776907'

red 119 ◦ green 105 ◦ blue 7

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

Shades of Olive #776907

Tints of Olive #776907

RGB

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

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

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

R = 51.52%
G = 45.45%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#776907 (or 0x776907) is known color: Olive. HEX triplet: 77, 69 and 07. RGB value is (119,105,7). Sum of RGB (Red+Green+Blue) = 119+105+7=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #776907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776907 is #8896F8. Grayscale: #626262. Windows color (decimal): -8951545 or 485751. OLE color: 485751.

HSL color Cylindrical-coordinate representation of color #776907: hue angle of 52.5º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #776907 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 7 -
CMYK 0 0.12 0.94 0.53
HSL 52.5º 0.89% 0.25% -
HSV(B) 52.5º 0.94% 0.47% -
XYZ 12.7 14.04 2.24 -
YUV 98.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 119 105 7 0 0.12 0.94 0.53 52.5 0.89 0.25
Hex 77 69 7 0 C 5E 35 34 59 19
Octal 167 151 7 0 14 136 65 64 131 31
Binary 1110111 1101001 111 0 1100 1011110 110101 110100 1011001 11001

Color Harmonies of #776907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776907

Black with #776907

Text Example


Text Example

White with #776907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776907; }

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

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

background-color css

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

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

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

border-color css

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

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

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