Html Css Color HEX #618500 Olive Drab

📋 copy color: '#618500'

red 97 ◦ green 133 ◦ blue 0

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

Shades of Olive Drab #618500

Tints of Olive Drab #618500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.83%

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

R = 42.17%
G = 57.83%
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

#618500 (or 0x618500) is known color: Olive Drab. HEX triplet: 61, 85 and 00. RGB value is (97,133,0). Sum of RGB (Red+Green+Blue) = 97+133+0=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #618500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618500 is #9E7AFF. Grayscale: #6B6B6B. Windows color (decimal): -10386176 or 34145. OLE color: 34145.

HSL color Cylindrical-coordinate representation of color #618500: hue angle of 76.24º 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 #618500 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 133 0 -
CMYK 0.27 0 1 0.48
HSL 76.24º 1% 0.26% -
HSV(B) 76.24º 1% 0.52% -
XYZ 13.32 19.32 3.03 -
YUV 107.07 67.57 120.81 -
System Red Green Blue C M Y K H S L
Decimal 97 133 0 0.27 0 1 0.48 76.24 1 0.26
Hex 61 85 0 1B 0 64 30 4C 64 1A
Octal 141 205 0 33 0 144 60 114 144 32
Binary 1100001 10000101 0 11011 0 1100100 110000 1001100 1100100 11010

Color Harmonies of #618500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618500

Black with #618500

Text Example


Text Example

White with #618500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618500; }

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

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

background-color css

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

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

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

border-color css

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

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

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