Html Css Color HEX #618D04 Olive Drab

📋 copy color: '#618D04'

red 97 ◦ green 141 ◦ blue 4

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

Shades of Olive Drab #618D04

Tints of Olive Drab #618D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 40.08%
G = 58.26%
B = 1.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#618D04 (or 0x618D04) is known color: Olive Drab. HEX triplet: 61, 8D and 04. RGB value is (97,141,4). Sum of RGB (Red+Green+Blue) = 97+141+4=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 141 (55.47% from 255 or 58.26% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 141 - color contains mainly: green. Hex color #618D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618D04 is #9E72FB. Grayscale: #707070. Windows color (decimal): -10384124 or 298337. OLE color: 298337.

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

Color convert

RGB 97 141 4 -
CMYK 0.31 0 0.97 0.45
HSL 79.27º 0.94% 0.28% -
HSV(B) 79.27º 0.97% 0.55% -
XYZ 14.48 21.6 3.52 -
YUV 112.23 66.92 117.14 -
System Red Green Blue C M Y K H S L
Decimal 97 141 4 0.31 0 0.97 0.45 79.27 0.94 0.28
Hex 61 8D 4 1F 0 61 2D 4F 5E 1C
Octal 141 215 4 37 0 141 55 117 136 34
Binary 1100001 10001101 100 11111 0 1100001 101101 1001111 1011110 11100

Color Harmonies of #618D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D04

Black with #618D04

Text Example


Text Example

White with #618D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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