Html Css Color HEX #668A25 Olive Drab

📋 copy color: '#668A25'

red 102 ◦ green 138 ◦ blue 37

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

Shades of Olive Drab #668A25

Tints of Olive Drab #668A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.36%

R = 36.82%
G = 49.82%
B = 13.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#668A25 (or 0x668A25) is known color: Olive Drab. HEX triplet: 66, 8A and 25. RGB value is (102,138,37). Sum of RGB (Red+Green+Blue) = 102+138+37=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #668A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A25 is #9975DA. Grayscale: #747474. Windows color (decimal): -10057179 or 2460262. OLE color: 2460262.

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

Color convert

RGB 102 138 37 -
CMYK 0.26 0 0.73 0.46
HSL 81.39º 0.58% 0.34% -
HSV(B) 81.39º 0.73% 0.54% -
XYZ 14.9 21.14 5.04 -
YUV 115.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 102 138 37 0.26 0 0.73 0.46 81.39 0.58 0.34
Hex 66 8A 25 1A 0 49 2E 51 3A 22
Octal 146 212 45 32 0 111 56 121 72 42
Binary 1100110 10001010 100101 11010 0 1001001 101110 1010001 111010 100010

Color Harmonies of #668A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A25

Black with #668A25

Text Example


Text Example

White with #668A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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