Html Css Color HEX #668301 Olive

📋 copy color: '#668301'

red 102 ◦ green 131 ◦ blue 1

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

Shades of Olive #668301

Tints of Olive #668301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.98%

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

R = 43.59%
G = 55.98%
B = 0.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#668301 (or 0x668301) is known color: Olive. HEX triplet: 66, 83 and 01. RGB value is (102,131,1). Sum of RGB (Red+Green+Blue) = 102+131+1=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #668301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668301 is #997CFE. Grayscale: #6B6B6B. Windows color (decimal): -10059007 or 99174. OLE color: 99174.

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

Color convert

RGB 102 131 1 -
CMYK 0.22 0 0.99 0.49
HSL 73.38º 0.98% 0.26% -
HSV(B) 73.38º 0.99% 0.51% -
XYZ 13.6 19.06 2.99 -
YUV 107.51 67.89 124.07 -
System Red Green Blue C M Y K H S L
Decimal 102 131 1 0.22 0 0.99 0.49 73.38 0.98 0.26
Hex 66 83 1 16 0 63 31 49 62 1A
Octal 146 203 1 26 0 143 61 111 142 32
Binary 1100110 10000011 1 10110 0 1100011 110001 1001001 1100010 11010

Color Harmonies of #668301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668301

Black with #668301

Text Example


Text Example

White with #668301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668301; }

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

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

background-color css

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

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

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

border-color css

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

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

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