Html Css Color HEX #668401 Olive

📋 copy color: '#668401'

red 102 ◦ green 132 ◦ blue 1

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

Shades of Olive #668401

Tints of Olive #668401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.17%

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

R = 43.4%
G = 56.17%
B = 0.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#668401 (or 0x668401) is known color: Olive. HEX triplet: 66, 84 and 01. RGB value is (102,132,1). Sum of RGB (Red+Green+Blue) = 102+132+1=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #668401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668401 is #997BFE. Grayscale: #6C6C6C. Windows color (decimal): -10058751 or 99430. OLE color: 99430.

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

Color convert

RGB 102 132 1 -
CMYK 0.23 0 0.99 0.48
HSL 73.74º 0.98% 0.26% -
HSV(B) 73.74º 0.99% 0.52% -
XYZ 13.74 19.33 3.04 -
YUV 108.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 102 132 1 0.23 0 0.99 0.48 73.74 0.98 0.26
Hex 66 84 1 17 0 63 30 4A 62 1A
Octal 146 204 1 27 0 143 60 112 142 32
Binary 1100110 10000100 1 10111 0 1100011 110000 1001010 1100010 11010

Color Harmonies of #668401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668401

Black with #668401

Text Example


Text Example

White with #668401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668401; }

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

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

background-color css

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

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

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

border-color css

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

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

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