Html Css Color HEX #668801 Olive

📋 copy color: '#668801'

red 102 ◦ green 136 ◦ blue 1

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

Shades of Olive #668801

Tints of Olive #668801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.9%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 42.68%
G = 56.9%
B = 0.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#668801 (or 0x668801) is known color: Olive. HEX triplet: 66, 88 and 01. RGB value is (102,136,1). Sum of RGB (Red+Green+Blue) = 102+136+1=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #668801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668801 is #9977FE. Grayscale: #6E6E6E. Windows color (decimal): -10057727 or 100454. OLE color: 100454.

HSL color Cylindrical-coordinate representation of color #668801: hue angle of 75.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #668801 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 1 -
CMYK 0.25 0 0.99 0.47
HSL 75.11º 0.99% 0.27% -
HSV(B) 75.11º 0.99% 0.53% -
XYZ 14.29 20.44 3.22 -
YUV 110.44 66.24 121.98 -
System Red Green Blue C M Y K H S L
Decimal 102 136 1 0.25 0 0.99 0.47 75.11 0.99 0.27
Hex 66 88 1 19 0 63 2F 4B 63 1B
Octal 146 210 1 31 0 143 57 113 143 33
Binary 1100110 10001000 1 11001 0 1100011 101111 1001011 1100011 11011

Color Harmonies of #668801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668801

Black with #668801

Text Example


Text Example

White with #668801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668801; }

 p { color: rgb(102,136,1); }

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

background-color css

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

 a { background-color: rgb(102,136,1); }

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

border-color css

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

 span { border-color: rgb(102,136,1); }

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