Html Css Color HEX #767503 Olive

📋 copy color: '#767503'

red 118 ◦ green 117 ◦ blue 3

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

Shades of Olive #767503

Tints of Olive #767503

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

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

R = 49.58%
G = 49.16%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#767503 (or 0x767503) is known color: Olive. HEX triplet: 76, 75 and 03. RGB value is (118,117,3). Sum of RGB (Red+Green+Blue) = 118+117+3=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #767503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767503 is #898AFC. Grayscale: #686868. Windows color (decimal): -9014013 or 226678. OLE color: 226678.

HSL color Cylindrical-coordinate representation of color #767503: hue angle of 59.48º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #767503 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 3 -
CMYK 0 0.01 0.97 0.54
HSL 59.48º 0.95% 0.24% -
HSV(B) 59.48º 0.97% 0.46% -
XYZ 13.85 16.58 2.56 -
YUV 104.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 118 117 3 0 0.01 0.97 0.54 59.48 0.95 0.24
Hex 76 75 3 0 1 61 36 3B 5F 18
Octal 166 165 3 0 1 141 66 73 137 30
Binary 1110110 1110101 11 0 1 1100001 110110 111011 1011111 11000

Color Harmonies of #767503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767503

Black with #767503

Text Example


Text Example

White with #767503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767503; }

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

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

background-color css

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

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

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

border-color css

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

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

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