Html Css Color HEX #619409 Olive Drab

📋 copy color: '#619409'

red 97 ◦ green 148 ◦ blue 9

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

Shades of Olive Drab #619409

Tints of Olive Drab #619409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.54%

R = 38.19%
G = 58.27%
B = 3.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#619409 (or 0x619409) is known color: Olive Drab. HEX triplet: 61, 94 and 09. RGB value is (97,148,9). Sum of RGB (Red+Green+Blue) = 97+148+9=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #619409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619409 is #9E6BF6. Grayscale: #757575. Windows color (decimal): -10382327 or 627809. OLE color: 627809.

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

Color convert

RGB 97 148 9 -
CMYK 0.34 0 0.94 0.42
HSL 82.01º 0.89% 0.31% -
HSV(B) 82.01º 0.94% 0.58% -
XYZ 15.57 23.74 4.02 -
YUV 116.91 67.1 113.8 -
System Red Green Blue C M Y K H S L
Decimal 97 148 9 0.34 0 0.94 0.42 82.01 0.89 0.31
Hex 61 94 9 22 0 5E 2A 52 59 1F
Octal 141 224 11 42 0 136 52 122 131 37
Binary 1100001 10010100 1001 100010 0 1011110 101010 1010010 1011001 11111

Color Harmonies of #619409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619409

Black with #619409

Text Example


Text Example

White with #619409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619409; }

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

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

background-color css

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

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

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

border-color css

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

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

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