Html Css Color HEX #618225 Olive Drab

📋 copy color: '#618225'

red 97 ◦ green 130 ◦ blue 37

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

Shades of Olive Drab #618225

Tints of Olive Drab #618225

RGB

 RED value IS 97 (38.28% from 255) = 36.74%

 GREEN value IS 130 (51.17% from 255) = 49.24%

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

R = 36.74%
G = 49.24%
B = 14.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#618225 (or 0x618225) is known color: Olive Drab. HEX triplet: 61, 82 and 25. RGB value is (97,130,37). Sum of RGB (Red+Green+Blue) = 97+130+37=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #618225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618225 is #9E7DDA. Grayscale: #6D6D6D. Windows color (decimal): -10386907 or 2458209. OLE color: 2458209.

HSL color Cylindrical-coordinate representation of color #618225: hue angle of 81.29º 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 #618225 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 37 -
CMYK 0.25 0 0.72 0.49
HSL 81.29º 0.56% 0.33% -
HSV(B) 81.29º 0.72% 0.51% -
XYZ 13.25 18.64 4.65 -
YUV 109.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 97 130 37 0.25 0 0.72 0.49 81.29 0.56 0.33
Hex 61 82 25 19 0 48 31 51 38 21
Octal 141 202 45 31 0 110 61 121 70 41
Binary 1100001 10000010 100101 11001 0 1001000 110001 1010001 111000 100001

Color Harmonies of #618225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618225

Black with #618225

Text Example


Text Example

White with #618225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618225; }

 p { color: rgb(97,130,37); }

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

background-color css

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

 a { background-color: rgb(97,130,37); }

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

border-color css

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

 span { border-color: rgb(97,130,37); }

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