Html Css Color HEX #618400 Olive Drab

📋 copy color: '#618400'

red 97 ◦ green 132 ◦ blue 0

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

Shades of Olive Drab #618400

Tints of Olive Drab #618400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.36%
G = 57.64%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#618400 (or 0x618400) is known color: Olive Drab. HEX triplet: 61, 84 and 00. RGB value is (97,132,0). Sum of RGB (Red+Green+Blue) = 97+132+0=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #618400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618400 is #9E7BFF. Grayscale: #6A6A6A. Windows color (decimal): -10386432 or 33889. OLE color: 33889.

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

Color convert

RGB 97 132 0 -
CMYK 0.27 0 1 0.48
HSL 75.91º 1% 0.26% -
HSV(B) 75.91º 1% 0.52% -
XYZ 13.18 19.04 2.98 -
YUV 106.49 67.9 121.23 -
System Red Green Blue C M Y K H S L
Decimal 97 132 0 0.27 0 1 0.48 75.91 1 0.26
Hex 61 84 0 1B 0 64 30 4C 64 1A
Octal 141 204 0 33 0 144 60 114 144 32
Binary 1100001 10000100 0 11011 0 1100100 110000 1001100 1100100 11010

Color Harmonies of #618400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618400

Black with #618400

Text Example


Text Example

White with #618400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618400; }

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

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

background-color css

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

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

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

border-color css

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

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

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