Html Css Color HEX #668C13 Olive Drab

📋 copy color: '#668C13'

red 102 ◦ green 140 ◦ blue 19

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

Shades of Olive Drab #668C13

Tints of Olive Drab #668C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.64%

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 39.08%
G = 53.64%
B = 7.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#668C13 (or 0x668C13) is known color: Olive Drab. HEX triplet: 66, 8C and 13. RGB value is (102,140,19). Sum of RGB (Red+Green+Blue) = 102+140+19=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #668C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668C13 is #9973EC. Grayscale: #737373. Windows color (decimal): -10056685 or 1281126. OLE color: 1281126.

HSL color Cylindrical-coordinate representation of color #668C13: hue angle of 78.84º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #668C13 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 140 19 -
CMYK 0.27 0 0.86 0.45
HSL 78.84º 0.76% 0.31% -
HSV(B) 78.84º 0.86% 0.55% -
XYZ 14.98 21.63 4 -
YUV 114.84 73.91 118.84 -
System Red Green Blue C M Y K H S L
Decimal 102 140 19 0.27 0 0.86 0.45 78.84 0.76 0.31
Hex 66 8C 13 1B 0 56 2D 4F 4C 1F
Octal 146 214 23 33 0 126 55 117 114 37
Binary 1100110 10001100 10011 11011 0 1010110 101101 1001111 1001100 11111

Color Harmonies of #668C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C13

Black with #668C13

Text Example


Text Example

White with #668C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668C13; }

 p { color: rgb(102,140,19); }

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

background-color css

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

 a { background-color: rgb(102,140,19); }

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

border-color css

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

 span { border-color: rgb(102,140,19); }

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