Html Css Color HEX #668B1F Olive Drab

📋 copy color: '#668B1F'

red 102 ◦ green 139 ◦ blue 31

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

Shades of Olive Drab #668B1F

Tints of Olive Drab #668B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 37.5%
G = 51.1%
B = 11.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#668B1F (or 0x668B1F) is known color: Olive Drab. HEX triplet: 66, 8B and 1F. RGB value is (102,139,31). Sum of RGB (Red+Green+Blue) = 102+139+31=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #668B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B1F is #9974E0. Grayscale: #747474. Windows color (decimal): -10056929 or 2067302. OLE color: 2067302.

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

Color convert

RGB 102 139 31 -
CMYK 0.27 0 0.78 0.45
HSL 80.56º 0.64% 0.33% -
HSV(B) 80.56º 0.78% 0.55% -
XYZ 14.96 21.39 4.64 -
YUV 115.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 102 139 31 0.27 0 0.78 0.45 80.56 0.64 0.33
Hex 66 8B 1F 1B 0 4E 2D 51 40 21
Octal 146 213 37 33 0 116 55 121 100 41
Binary 1100110 10001011 11111 11011 0 1001110 101101 1010001 1000000 100001

Color Harmonies of #668B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B1F

Black with #668B1F

Text Example


Text Example

White with #668B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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