Html Css Color HEX #668302 Olive

📋 copy color: '#668302'

red 102 ◦ green 131 ◦ blue 2

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

Shades of Olive #668302

Tints of Olive #668302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 43.4%
G = 55.74%
B = 0.85%

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

#668302 (or 0x668302) is known color: Olive. HEX triplet: 66, 83 and 02. RGB value is (102,131,2). Sum of RGB (Red+Green+Blue) = 102+131+2=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #668302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668302 is #997CFD. Grayscale: #6C6C6C. Windows color (decimal): -10059006 or 164710. OLE color: 164710.

HSL color Cylindrical-coordinate representation of color #668302: hue angle of 73.49º degrees, saturation: 0.97, 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 #668302 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 2 -
CMYK 0.22 0 0.98 0.49
HSL 73.49º 0.97% 0.26% -
HSV(B) 73.49º 0.98% 0.51% -
XYZ 13.61 19.06 3.02 -
YUV 107.62 68.39 123.99 -
System Red Green Blue C M Y K H S L
Decimal 102 131 2 0.22 0 0.98 0.49 73.49 0.97 0.26
Hex 66 83 2 16 0 62 31 49 61 1A
Octal 146 203 2 26 0 142 61 111 141 32
Binary 1100110 10000011 10 10110 0 1100010 110001 1001001 1100001 11010

Color Harmonies of #668302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668302

Black with #668302

Text Example


Text Example

White with #668302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668302; }

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

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

background-color css

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

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

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

border-color css

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

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

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