Html Css Color HEX #668525 Olive Drab

📋 copy color: '#668525'

red 102 ◦ green 133 ◦ blue 37

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

Shades of Olive Drab #668525

Tints of Olive Drab #668525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.9%

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

R = 37.5%
G = 48.9%
B = 13.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#668525 (or 0x668525) is known color: Olive Drab. HEX triplet: 66, 85 and 25. RGB value is (102,133,37). Sum of RGB (Red+Green+Blue) = 102+133+37=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #668525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668525 is #997ADA. Grayscale: #717171. Windows color (decimal): -10058459 or 2458982. OLE color: 2458982.

HSL color Cylindrical-coordinate representation of color #668525: hue angle of 79.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #668525 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 37 -
CMYK 0.23 0 0.72 0.48
HSL 79.38º 0.56% 0.33% -
HSV(B) 79.38º 0.72% 0.52% -
XYZ 14.2 19.73 4.81 -
YUV 112.79 85.23 120.31 -
System Red Green Blue C M Y K H S L
Decimal 102 133 37 0.23 0 0.72 0.48 79.38 0.56 0.33
Hex 66 85 25 17 0 48 30 4F 38 21
Octal 146 205 45 27 0 110 60 117 70 41
Binary 1100110 10000101 100101 10111 0 1001000 110000 1001111 111000 100001

Color Harmonies of #668525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668525

Black with #668525

Text Example


Text Example

White with #668525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668525; }

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

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

background-color css

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

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

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

border-color css

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

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

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