Html Css Color HEX #668502 Olive

📋 copy color: '#668502'

red 102 ◦ green 133 ◦ blue 2

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

Shades of Olive #668502

Tints of Olive #668502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.12%

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

R = 43.04%
G = 56.12%
B = 0.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#668502 (or 0x668502) is known color: Olive. HEX triplet: 66, 85 and 02. RGB value is (102,133,2). Sum of RGB (Red+Green+Blue) = 102+133+2=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #668502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668502 is #997AFD. Grayscale: #6D6D6D. Windows color (decimal): -10058494 or 165222. OLE color: 165222.

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

Color convert

RGB 102 133 2 -
CMYK 0.23 0 0.98 0.48
HSL 74.2º 0.97% 0.26% -
HSV(B) 74.2º 0.98% 0.52% -
XYZ 13.88 19.6 3.11 -
YUV 108.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 102 133 2 0.23 0 0.98 0.48 74.2 0.97 0.26
Hex 66 85 2 17 0 62 30 4A 61 1A
Octal 146 205 2 27 0 142 60 112 141 32
Binary 1100110 10000101 10 10111 0 1100010 110000 1001010 1100001 11010

Color Harmonies of #668502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668502

Black with #668502

Text Example


Text Example

White with #668502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668502; }

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

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

background-color css

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

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

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

border-color css

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

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

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