Html Css Color HEX #668B13 Olive Drab

📋 copy color: '#668B13'

red 102 ◦ green 139 ◦ blue 19

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

Shades of Olive Drab #668B13

Tints of Olive Drab #668B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.46%

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

R = 39.23%
G = 53.46%
B = 7.31%

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

#668B13 (or 0x668B13) is known color: Olive Drab. HEX triplet: 66, 8B and 13. RGB value is (102,139,19). Sum of RGB (Red+Green+Blue) = 102+139+19=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #668B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668B13 is #9974EC. Grayscale: #727272. Windows color (decimal): -10056941 or 1280870. OLE color: 1280870.

HSL color Cylindrical-coordinate representation of color #668B13: hue angle of 78.5º 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 #668B13 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 19 -
CMYK 0.27 0 0.86 0.45
HSL 78.5º 0.76% 0.31% -
HSV(B) 78.5º 0.86% 0.55% -
XYZ 14.83 21.34 3.95 -
YUV 114.26 74.24 119.26 -
System Red Green Blue C M Y K H S L
Decimal 102 139 19 0.27 0 0.86 0.45 78.5 0.76 0.31
Hex 66 8B 13 1B 0 56 2D 4E 4C 1F
Octal 146 213 23 33 0 126 55 116 114 37
Binary 1100110 10001011 10011 11011 0 1010110 101101 1001110 1001100 11111

Color Harmonies of #668B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B13

Black with #668B13

Text Example


Text Example

White with #668B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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