Html Css Color HEX #667503 Olive

📋 copy color: '#667503'

red 102 ◦ green 117 ◦ blue 3

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

Shades of Olive #667503

Tints of Olive #667503

RGB

 RED value IS 102 (40.23% from 255) = 45.95%

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

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

R = 45.95%
G = 52.7%
B = 1.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#667503 (or 0x667503) is known color: Olive. HEX triplet: 66, 75 and 03. RGB value is (102,117,3). Sum of RGB (Red+Green+Blue) = 102+117+3=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #667503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667503 is #998AFC. Grayscale: #636363. Windows color (decimal): -10062589 or 226662. OLE color: 226662.

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

Color convert

RGB 102 117 3 -
CMYK 0.13 0 0.97 0.54
HSL 67.89º 0.95% 0.24% -
HSV(B) 67.89º 0.97% 0.46% -
XYZ 11.86 15.55 2.46 -
YUV 99.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 102 117 3 0.13 0 0.97 0.54 67.89 0.95 0.24
Hex 66 75 3 D 0 61 36 44 5F 18
Octal 146 165 3 15 0 141 66 104 137 30
Binary 1100110 1110101 11 1101 0 1100001 110110 1000100 1011111 11000

Color Harmonies of #667503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667503

Black with #667503

Text Example


Text Example

White with #667503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667503; }

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

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

background-color css

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

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

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

border-color css

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

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

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