Html Css Color HEX #619311 Olive Drab

📋 copy color: '#619311'

red 97 ◦ green 147 ◦ blue 17

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

Shades of Olive Drab #619311

Tints of Olive Drab #619311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.32%

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 37.16%
G = 56.32%
B = 6.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#619311 (or 0x619311) is known color: Olive Drab. HEX triplet: 61, 93 and 11. RGB value is (97,147,17). Sum of RGB (Red+Green+Blue) = 97+147+17=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #619311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619311 is #9E6CEE. Grayscale: #757575. Windows color (decimal): -10382575 or 1151841. OLE color: 1151841.

HSL color Cylindrical-coordinate representation of color #619311: hue angle of 83.08º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #619311 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 147 17 -
CMYK 0.34 0 0.88 0.42
HSL 83.08º 0.79% 0.32% -
HSV(B) 83.08º 0.88% 0.58% -
XYZ 15.46 23.45 4.24 -
YUV 117.23 71.44 113.57 -
System Red Green Blue C M Y K H S L
Decimal 97 147 17 0.34 0 0.88 0.42 83.08 0.79 0.32
Hex 61 93 11 22 0 58 2A 53 4F 20
Octal 141 223 21 42 0 130 52 123 117 40
Binary 1100001 10010011 10001 100010 0 1011000 101010 1010011 1001111 100000

Color Harmonies of #619311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619311

Black with #619311

Text Example


Text Example

White with #619311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619311; }

 p { color: rgb(97,147,17); }

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

background-color css

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

 a { background-color: rgb(97,147,17); }

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

border-color css

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

 span { border-color: rgb(97,147,17); }

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