Html Css Color HEX #619404 Olive Drab

📋 copy color: '#619404'

red 97 ◦ green 148 ◦ blue 4

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

Shades of Olive Drab #619404

Tints of Olive Drab #619404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.44%

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

R = 38.96%
G = 59.44%
B = 1.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#619404 (or 0x619404) is known color: Olive Drab. HEX triplet: 61, 94 and 04. RGB value is (97,148,4). Sum of RGB (Red+Green+Blue) = 97+148+4=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #619404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619404 is #9E6BFB. Grayscale: #747474. Windows color (decimal): -10382332 or 300129. OLE color: 300129.

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

Color convert

RGB 97 148 4 -
CMYK 0.34 0 0.97 0.42
HSL 81.25º 0.95% 0.3% -
HSV(B) 81.25º 0.97% 0.58% -
XYZ 15.54 23.73 3.88 -
YUV 116.34 64.6 114.21 -
System Red Green Blue C M Y K H S L
Decimal 97 148 4 0.34 0 0.97 0.42 81.25 0.95 0.3
Hex 61 94 4 22 0 61 2A 51 5F 1E
Octal 141 224 4 42 0 141 52 121 137 36
Binary 1100001 10010100 100 100010 0 1100001 101010 1010001 1011111 11110

Color Harmonies of #619404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619404

Black with #619404

Text Example


Text Example

White with #619404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619404; }

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

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

background-color css

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

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

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

border-color css

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

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

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