Html Css Color HEX #667500 Olive

📋 copy color: '#667500'

red 102 ◦ green 117 ◦ blue 0

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

Shades of Olive #667500

Tints of Olive #667500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.58%
G = 53.42%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#667500 (or 0x667500) is known color: Olive. HEX triplet: 66, 75 and 00. RGB value is (102,117,0). Sum of RGB (Red+Green+Blue) = 102+117+0=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #667500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667500 is #998AFF. Grayscale: #636363. Windows color (decimal): -10062592 or 30054. OLE color: 30054.

HSL color Cylindrical-coordinate representation of color #667500: hue angle of 67.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #667500 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 0 -
CMYK 0.13 0 1 0.54
HSL 67.69º 1% 0.23% -
HSV(B) 67.69º 1% 0.46% -
XYZ 11.84 15.55 2.38 -
YUV 99.18 72.03 130.01 -
System Red Green Blue C M Y K H S L
Decimal 102 117 0 0.13 0 1 0.54 67.69 1 0.23
Hex 66 75 0 D 0 64 36 44 64 17
Octal 146 165 0 15 0 144 66 104 144 27
Binary 1100110 1110101 0 1101 0 1100100 110110 1000100 1100100 10111

Color Harmonies of #667500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667500

Black with #667500

Text Example


Text Example

White with #667500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667500; }

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

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

background-color css

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

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

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

border-color css

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

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

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