Html Css Color HEX #776703 Olive

📋 copy color: '#776703'

red 119 ◦ green 103 ◦ blue 3

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

Shades of Olive #776703

Tints of Olive #776703

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 52.89%
G = 45.78%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#776703 (or 0x776703) is known color: Olive. HEX triplet: 77, 67 and 03. RGB value is (119,103,3). Sum of RGB (Red+Green+Blue) = 119+103+3=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #776703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776703 is #8898FC. Grayscale: #606060. Windows color (decimal): -8952061 or 223095. OLE color: 223095.

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

Color convert

RGB 119 103 3 -
CMYK 0 0.13 0.97 0.53
HSL 51.72º 0.95% 0.24% -
HSV(B) 51.72º 0.97% 0.47% -
XYZ 12.47 13.63 2.06 -
YUV 96.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 119 103 3 0 0.13 0.97 0.53 51.72 0.95 0.24
Hex 77 67 3 0 D 61 35 34 5F 18
Octal 167 147 3 0 15 141 65 64 137 30
Binary 1110111 1100111 11 0 1101 1100001 110101 110100 1011111 11000

Color Harmonies of #776703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776703

Black with #776703

Text Example


Text Example

White with #776703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776703; }

 p { color: rgb(119,103,3); }

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

background-color css

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

 a { background-color: rgb(119,103,3); }

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

border-color css

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

 span { border-color: rgb(119,103,3); }

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