Html Css Color HEX #618409 Olive Drab

📋 copy color: '#618409'

red 97 ◦ green 132 ◦ blue 9

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

Shades of Olive Drab #618409

Tints of Olive Drab #618409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.46%

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

R = 40.76%
G = 55.46%
B = 3.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#618409 (or 0x618409) is known color: Olive Drab. HEX triplet: 61, 84 and 09. RGB value is (97,132,9). Sum of RGB (Red+Green+Blue) = 97+132+9=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #618409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618409 is #9E7BF6. Grayscale: #6B6B6B. Windows color (decimal): -10386423 or 623713. OLE color: 623713.

HSL color Cylindrical-coordinate representation of color #618409: hue angle of 77.07º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #618409 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 9 -
CMYK 0.27 0 0.93 0.48
HSL 77.07º 0.87% 0.28% -
HSV(B) 77.07º 0.93% 0.52% -
XYZ 13.23 19.06 3.24 -
YUV 107.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 97 132 9 0.27 0 0.93 0.48 77.07 0.87 0.28
Hex 61 84 9 1B 0 5D 30 4D 57 1C
Octal 141 204 11 33 0 135 60 115 127 34
Binary 1100001 10000100 1001 11011 0 1011101 110000 1001101 1010111 11100

Color Harmonies of #618409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618409

Black with #618409

Text Example


Text Example

White with #618409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618409; }

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

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

background-color css

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

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

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

border-color css

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

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

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