Html Css Color HEX #767703 Olive

📋 copy color: '#767703'

red 118 ◦ green 119 ◦ blue 3

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

Shades of Olive #767703

Tints of Olive #767703

RGB

 RED value IS 118 (46.48% from 255) = 49.17%

 GREEN value IS 119 (46.88% from 255) = 49.58%

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

R = 49.17%
G = 49.58%
B = 1.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#767703 (or 0x767703) is known color: Olive. HEX triplet: 76, 77 and 03. RGB value is (118,119,3). Sum of RGB (Red+Green+Blue) = 118+119+3=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #767703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767703 is #8988FC. Grayscale: #696969. Windows color (decimal): -9013501 or 227190. OLE color: 227190.

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

Color convert

RGB 118 119 3 -
CMYK 0.01 0 0.97 0.53
HSL 60.52º 0.95% 0.24% -
HSV(B) 60.52º 0.97% 0.47% -
XYZ 14.08 17.05 2.64 -
YUV 105.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 118 119 3 0.01 0 0.97 0.53 60.52 0.95 0.24
Hex 76 77 3 1 0 61 35 3D 5F 18
Octal 166 167 3 1 0 141 65 75 137 30
Binary 1110110 1110111 11 1 0 1100001 110101 111101 1011111 11000

Color Harmonies of #767703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767703

Black with #767703

Text Example


Text Example

White with #767703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767703; }

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

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

background-color css

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

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

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

border-color css

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

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

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