Html Css Color HEX #668500 Olive

📋 copy color: '#668500'

red 102 ◦ green 133 ◦ blue 0

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

Shades of Olive #668500

Tints of Olive #668500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.6%

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

R = 43.4%
G = 56.6%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#668500 (or 0x668500) is known color: Olive. HEX triplet: 66, 85 and 00. RGB value is (102,133,0). Sum of RGB (Red+Green+Blue) = 102+133+0=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #668500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668500 is #997AFF. Grayscale: #6D6D6D. Windows color (decimal): -10058496 or 34150. OLE color: 34150.

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

Color convert

RGB 102 133 0 -
CMYK 0.23 0 1 0.48
HSL 73.98º 1% 0.26% -
HSV(B) 73.98º 1% 0.52% -
XYZ 13.87 19.6 3.05 -
YUV 108.57 66.73 123.31 -
System Red Green Blue C M Y K H S L
Decimal 102 133 0 0.23 0 1 0.48 73.98 1 0.26
Hex 66 85 0 17 0 64 30 4A 64 1A
Octal 146 205 0 27 0 144 60 112 144 32
Binary 1100110 10000101 0 10111 0 1100100 110000 1001010 1100100 11010

Color Harmonies of #668500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668500

Black with #668500

Text Example


Text Example

White with #668500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668500; }

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

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

background-color css

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

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

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

border-color css

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

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

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