Html Css Color HEX #618D0D Olive Drab

📋 copy color: '#618D0D'

red 97 ◦ green 141 ◦ blue 13

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

Shades of Olive Drab #618D0D

Tints of Olive Drab #618D0D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 56.18%

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 38.65%
G = 56.18%
B = 5.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#618D0D (or 0x618D0D) is known color: Olive Drab. HEX triplet: 61, 8D and 0D. RGB value is (97,141,13). Sum of RGB (Red+Green+Blue) = 97+141+13=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #618D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618D0D is #9E72F2. Grayscale: #717171. Windows color (decimal): -10384115 or 888161. OLE color: 888161.

HSL color Cylindrical-coordinate representation of color #618D0D: hue angle of 80.62º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #618D0D is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 141 13 -
CMYK 0.31 0 0.91 0.45
HSL 80.63º 0.83% 0.3% -
HSV(B) 80.63º 0.91% 0.55% -
XYZ 14.53 21.62 3.79 -
YUV 113.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 97 141 13 0.31 0 0.91 0.45 80.63 0.83 0.3
Hex 61 8D D 1F 0 5B 2D 51 53 1E
Octal 141 215 15 37 0 133 55 121 123 36
Binary 1100001 10001101 1101 11111 0 1011011 101101 1010001 1010011 11110

Color Harmonies of #618D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D0D

Black with #618D0D

Text Example


Text Example

White with #618D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618D0D; }

 p { color: rgb(97,141,13); }

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

background-color css

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

 a { background-color: rgb(97,141,13); }

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

border-color css

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

 span { border-color: rgb(97,141,13); }

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