Html Css Color HEX #618600 Olive Drab

📋 copy color: '#618600'

red 97 ◦ green 134 ◦ blue 0

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

Shades of Olive Drab #618600

Tints of Olive Drab #618600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.01%

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

R = 41.99%
G = 58.01%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#618600 (or 0x618600) is known color: Olive Drab. HEX triplet: 61, 86 and 00. RGB value is (97,134,0). Sum of RGB (Red+Green+Blue) = 97+134+0=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #618600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618600 is #9E79FF. Grayscale: #6C6C6C. Windows color (decimal): -10385920 or 34401. OLE color: 34401.

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

Color convert

RGB 97 134 0 -
CMYK 0.28 0 1 0.47
HSL 76.57º 1% 0.26% -
HSV(B) 76.57º 1% 0.53% -
XYZ 13.45 19.59 3.07 -
YUV 107.66 67.24 120.4 -
System Red Green Blue C M Y K H S L
Decimal 97 134 0 0.28 0 1 0.47 76.57 1 0.26
Hex 61 86 0 1C 0 64 2F 4D 64 1A
Octal 141 206 0 34 0 144 57 115 144 32
Binary 1100001 10000110 0 11100 0 1100100 101111 1001101 1100100 11010

Color Harmonies of #618600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618600

Black with #618600

Text Example


Text Example

White with #618600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618600; }

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

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

background-color css

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

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

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

border-color css

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

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

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