Html Css Color HEX #618513 Olive Drab

📋 copy color: '#618513'

red 97 ◦ green 133 ◦ blue 19

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

Shades of Olive Drab #618513

Tints of Olive Drab #618513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 38.96%
G = 53.41%
B = 7.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#618513 (or 0x618513) is known color: Olive Drab. HEX triplet: 61, 85 and 13. RGB value is (97,133,19). Sum of RGB (Red+Green+Blue) = 97+133+19=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #618513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618513 is #9E7AEC. Grayscale: #6D6D6D. Windows color (decimal): -10386157 or 1279329. OLE color: 1279329.

HSL color Cylindrical-coordinate representation of color #618513: hue angle of 78.95º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #618513 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 133 19 -
CMYK 0.27 0 0.86 0.48
HSL 78.95º 0.75% 0.3% -
HSV(B) 78.95º 0.86% 0.52% -
XYZ 13.43 19.36 3.65 -
YUV 109.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 97 133 19 0.27 0 0.86 0.48 78.95 0.75 0.3
Hex 61 85 13 1B 0 56 30 4F 4B 1E
Octal 141 205 23 33 0 126 60 117 113 36
Binary 1100001 10000101 10011 11011 0 1010110 110000 1001111 1001011 11110

Color Harmonies of #618513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618513

Black with #618513

Text Example


Text Example

White with #618513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618513; }

 p { color: rgb(97,133,19); }

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

background-color css

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

 a { background-color: rgb(97,133,19); }

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

border-color css

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

 span { border-color: rgb(97,133,19); }

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