Html Css Color HEX #668325 Olive Drab

📋 copy color: '#668325'

red 102 ◦ green 131 ◦ blue 37

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

Shades of Olive Drab #668325

Tints of Olive Drab #668325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.52%

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

R = 37.78%
G = 48.52%
B = 13.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#668325 (or 0x668325) is known color: Olive Drab. HEX triplet: 66, 83 and 25. RGB value is (102,131,37). Sum of RGB (Red+Green+Blue) = 102+131+37=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #668325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668325 is #997CDA. Grayscale: #6F6F6F. Windows color (decimal): -10058971 or 2458470. OLE color: 2458470.

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

Color convert

RGB 102 131 37 -
CMYK 0.22 0 0.72 0.49
HSL 78.51º 0.56% 0.33% -
HSV(B) 78.51º 0.72% 0.51% -
XYZ 13.93 19.19 4.72 -
YUV 111.61 85.89 121.14 -
System Red Green Blue C M Y K H S L
Decimal 102 131 37 0.22 0 0.72 0.49 78.51 0.56 0.33
Hex 66 83 25 16 0 48 31 4F 38 21
Octal 146 203 45 26 0 110 61 117 70 41
Binary 1100110 10000011 100101 10110 0 1001000 110001 1001111 111000 100001

Color Harmonies of #668325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668325

Black with #668325

Text Example


Text Example

White with #668325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668325; }

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

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

background-color css

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

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

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

border-color css

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

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

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