Html Css Color HEX #668303 Olive

📋 copy color: '#668303'

red 102 ◦ green 131 ◦ blue 3

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

Shades of Olive #668303

Tints of Olive #668303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 43.22%
G = 55.51%
B = 1.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#668303 (or 0x668303) is known color: Olive. HEX triplet: 66, 83 and 03. RGB value is (102,131,3). Sum of RGB (Red+Green+Blue) = 102+131+3=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #668303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668303 is #997CFC. Grayscale: #6C6C6C. Windows color (decimal): -10059005 or 230246. OLE color: 230246.

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

Color convert

RGB 102 131 3 -
CMYK 0.22 0 0.98 0.49
HSL 73.59º 0.96% 0.26% -
HSV(B) 73.59º 0.98% 0.51% -
XYZ 13.61 19.06 3.05 -
YUV 107.74 68.89 123.91 -
System Red Green Blue C M Y K H S L
Decimal 102 131 3 0.22 0 0.98 0.49 73.59 0.96 0.26
Hex 66 83 3 16 0 62 31 4A 60 1A
Octal 146 203 3 26 0 142 61 112 140 32
Binary 1100110 10000011 11 10110 0 1100010 110001 1001010 1100000 11010

Color Harmonies of #668303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668303

Black with #668303

Text Example


Text Example

White with #668303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668303; }

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

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

background-color css

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

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

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

border-color css

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

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

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