Html Css Color HEX #619115 Olive Drab

📋 copy color: '#619115'

red 97 ◦ green 145 ◦ blue 21

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

Shades of Olive Drab #619115

Tints of Olive Drab #619115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.13%

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 36.88%
G = 55.13%
B = 7.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#619115 (or 0x619115) is known color: Olive Drab. HEX triplet: 61, 91 and 15. RGB value is (97,145,21). Sum of RGB (Red+Green+Blue) = 97+145+21=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #619115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619115 is #9E6EEA. Grayscale: #747474. Windows color (decimal): -10383083 or 1413473. OLE color: 1413473.

HSL color Cylindrical-coordinate representation of color #619115: hue angle of 83.23º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #619115 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 21 -
CMYK 0.33 0 0.86 0.43
HSL 83.23º 0.75% 0.33% -
HSV(B) 83.23º 0.86% 0.57% -
XYZ 15.19 22.85 4.32 -
YUV 116.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 97 145 21 0.33 0 0.86 0.43 83.23 0.75 0.33
Hex 61 91 15 21 0 56 2B 53 4B 21
Octal 141 221 25 41 0 126 53 123 113 41
Binary 1100001 10010001 10101 100001 0 1010110 101011 1010011 1001011 100001

Color Harmonies of #619115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619115

Black with #619115

Text Example


Text Example

White with #619115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619115; }

 p { color: rgb(97,145,21); }

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

background-color css

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

 a { background-color: rgb(97,145,21); }

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

border-color css

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

 span { border-color: rgb(97,145,21); }

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