Html Css Color HEX #618000 Olive

📋 copy color: '#618000'

red 97 ◦ green 128 ◦ blue 0

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

Shades of Olive #618000

Tints of Olive #618000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.89%

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

R = 43.11%
G = 56.89%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#618000 (or 0x618000) is known color: Olive. HEX triplet: 61, 80 and 00. RGB value is (97,128,0). Sum of RGB (Red+Green+Blue) = 97+128+0=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #618000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618000 is #9E7FFF. Grayscale: #686868. Windows color (decimal): -10387456 or 32865. OLE color: 32865.

HSL color Cylindrical-coordinate representation of color #618000: hue angle of 74.53º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #618000 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 0 -
CMYK 0.24 0 1 0.50
HSL 74.53º 1% 0.25% -
HSV(B) 74.53º 1% 0.5% -
XYZ 12.65 17.98 2.8 -
YUV 104.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 97 128 0 0.24 0 1 0.50 74.53 1 0.25
Hex 61 80 0 18 0 64 32 4B 64 19
Octal 141 200 0 30 0 144 62 113 144 31
Binary 1100001 10000000 0 11000 0 1100100 110010 1001011 1100100 11001

Color Harmonies of #618000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618000

Black with #618000

Text Example


Text Example

White with #618000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618000; }

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

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

background-color css

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

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

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

border-color css

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

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

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