Html Css Color HEX #619015 Olive Drab

📋 copy color: '#619015'

red 97 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #619015

Tints of Olive Drab #619015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.96%

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

R = 37.02%
G = 54.96%
B = 8.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#619015 (or 0x619015) is known color: Olive Drab. HEX triplet: 61, 90 and 15. RGB value is (97,144,21). Sum of RGB (Red+Green+Blue) = 97+144+21=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #619015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619015 is #9E6FEA. Grayscale: #747474. Windows color (decimal): -10383339 or 1413217. OLE color: 1413217.

HSL color Cylindrical-coordinate representation of color #619015: hue angle of 82.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #619015 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 144 21 -
CMYK 0.33 0 0.85 0.44
HSL 82.93º 0.75% 0.32% -
HSV(B) 82.93º 0.85% 0.56% -
XYZ 15.04 22.54 4.27 -
YUV 115.93 74.43 114.5 -
System Red Green Blue C M Y K H S L
Decimal 97 144 21 0.33 0 0.85 0.44 82.93 0.75 0.32
Hex 61 90 15 21 0 55 2C 53 4B 20
Octal 141 220 25 41 0 125 54 123 113 40
Binary 1100001 10010000 10101 100001 0 1010101 101100 1010011 1001011 100000

Color Harmonies of #619015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619015

Black with #619015

Text Example


Text Example

White with #619015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619015; }

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

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

background-color css

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

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

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

border-color css

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

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

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