Html Css Color HEX #668B1D Olive Drab

📋 copy color: '#668B1D'

red 102 ◦ green 139 ◦ blue 29

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

Shades of Olive Drab #668B1D

Tints of Olive Drab #668B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 37.78%
G = 51.48%
B = 10.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#668B1D (or 0x668B1D) is known color: Olive Drab. HEX triplet: 66, 8B and 1D. RGB value is (102,139,29). Sum of RGB (Red+Green+Blue) = 102+139+29=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #668B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B1D is #9974E2. Grayscale: #737373. Windows color (decimal): -10056931 or 1936230. OLE color: 1936230.

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

Color convert

RGB 102 139 29 -
CMYK 0.27 0 0.79 0.45
HSL 80.18º 0.65% 0.33% -
HSV(B) 80.18º 0.79% 0.55% -
XYZ 14.93 21.38 4.5 -
YUV 115.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 102 139 29 0.27 0 0.79 0.45 80.18 0.65 0.33
Hex 66 8B 1D 1B 0 4F 2D 50 41 21
Octal 146 213 35 33 0 117 55 120 101 41
Binary 1100110 10001011 11101 11011 0 1001111 101101 1010000 1000001 100001

Color Harmonies of #668B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B1D

Black with #668B1D

Text Example


Text Example

White with #668B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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