Html Css Color HEX #618C04 Olive Drab

📋 copy color: '#618C04'

red 97 ◦ green 140 ◦ blue 4

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

Shades of Olive Drab #618C04

Tints of Olive Drab #618C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 58.09%

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

R = 40.25%
G = 58.09%
B = 1.66%

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

#618C04 (or 0x618C04) is known color: Olive Drab. HEX triplet: 61, 8C and 04. RGB value is (97,140,4). Sum of RGB (Red+Green+Blue) = 97+140+4=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #618C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618C04 is #9E73FB. Grayscale: #707070. Windows color (decimal): -10384380 or 298081. OLE color: 298081.

HSL color Cylindrical-coordinate representation of color #618C04: hue angle of 78.97º 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 #618C04 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 140 4 -
CMYK 0.31 0 0.97 0.45
HSL 78.97º 0.94% 0.28% -
HSV(B) 78.97º 0.97% 0.55% -
XYZ 14.33 21.31 3.47 -
YUV 111.64 67.25 117.56 -
System Red Green Blue C M Y K H S L
Decimal 97 140 4 0.31 0 0.97 0.45 78.97 0.94 0.28
Hex 61 8C 4 1F 0 61 2D 4F 5E 1C
Octal 141 214 4 37 0 141 55 117 136 34
Binary 1100001 10001100 100 11111 0 1100001 101101 1001111 1011110 11100

Color Harmonies of #618C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618C04

Black with #618C04

Text Example


Text Example

White with #618C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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