Html Css Color HEX #668518 Olive Drab

📋 copy color: '#668518'

red 102 ◦ green 133 ◦ blue 24

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

Shades of Olive Drab #668518

Tints of Olive Drab #668518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.27%

R = 39.38%
G = 51.35%
B = 9.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#668518 (or 0x668518) is known color: Olive Drab. HEX triplet: 66, 85 and 18. RGB value is (102,133,24). Sum of RGB (Red+Green+Blue) = 102+133+24=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #668518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668518 is #997AE7. Grayscale: #6F6F6F. Windows color (decimal): -10058472 or 1607014. OLE color: 1607014.

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

Color convert

RGB 102 133 24 -
CMYK 0.23 0 0.82 0.48
HSL 77.06º 0.69% 0.31% -
HSV(B) 77.06º 0.82% 0.52% -
XYZ 14.03 19.67 3.92 -
YUV 111.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 102 133 24 0.23 0 0.82 0.48 77.06 0.69 0.31
Hex 66 85 18 17 0 52 30 4D 45 1F
Octal 146 205 30 27 0 122 60 115 105 37
Binary 1100110 10000101 11000 10111 0 1010010 110000 1001101 1000101 11111

Color Harmonies of #668518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668518

Black with #668518

Text Example


Text Example

White with #668518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668518; }

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

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

background-color css

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

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

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

border-color css

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

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

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