Html Css Color HEX #618425 Olive Drab

📋 copy color: '#618425'

red 97 ◦ green 132 ◦ blue 37

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

Shades of Olive Drab #618425

Tints of Olive Drab #618425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

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

R = 36.47%
G = 49.62%
B = 13.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#618425 (or 0x618425) is known color: Olive Drab. HEX triplet: 61, 84 and 25. RGB value is (97,132,37). Sum of RGB (Red+Green+Blue) = 97+132+37=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #618425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618425 is #9E7BDA. Grayscale: #6F6F6F. Windows color (decimal): -10386395 or 2458721. OLE color: 2458721.

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

Color convert

RGB 97 132 37 -
CMYK 0.27 0 0.72 0.48
HSL 82.11º 0.56% 0.33% -
HSV(B) 82.11º 0.72% 0.52% -
XYZ 13.51 19.18 4.74 -
YUV 110.71 86.4 118.22 -
System Red Green Blue C M Y K H S L
Decimal 97 132 37 0.27 0 0.72 0.48 82.11 0.56 0.33
Hex 61 84 25 1B 0 48 30 52 38 21
Octal 141 204 45 33 0 110 60 122 70 41
Binary 1100001 10000100 100101 11011 0 1001000 110000 1010010 111000 100001

Color Harmonies of #618425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618425

Black with #618425

Text Example


Text Example

White with #618425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618425; }

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

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

background-color css

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

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

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

border-color css

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

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

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