Html Css Color HEX #668A2D Olive Drab

📋 copy color: '#668A2D'

red 102 ◦ green 138 ◦ blue 45

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

Shades of Olive Drab #668A2D

Tints of Olive Drab #668A2D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.42%

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 35.79%
G = 48.42%
B = 15.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#668A2D (or 0x668A2D) is known color: Olive Drab. HEX triplet: 66, 8A and 2D. RGB value is (102,138,45). Sum of RGB (Red+Green+Blue) = 102+138+45=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #668A2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A2D is #9975D2. Grayscale: #747474. Windows color (decimal): -10057171 or 2984550. OLE color: 2984550.

HSL color Cylindrical-coordinate representation of color #668A2D: hue angle of 83.23º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #668A2D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 138 45 -
CMYK 0.26 0 0.67 0.46
HSL 83.23º 0.51% 0.36% -
HSV(B) 83.23º 0.67% 0.54% -
XYZ 15.04 21.19 5.78 -
YUV 116.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 102 138 45 0.26 0 0.67 0.46 83.23 0.51 0.36
Hex 66 8A 2D 1A 0 43 2E 53 33 24
Octal 146 212 55 32 0 103 56 123 63 44
Binary 1100110 10001010 101101 11010 0 1000011 101110 1010011 110011 100100

Color Harmonies of #668A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A2D

Black with #668A2D

Text Example


Text Example

White with #668A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,138,45); }

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

background-color css

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

 a { background-color: rgb(102,138,45); }

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

border-color css

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

 span { border-color: rgb(102,138,45); }

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