Html Css Color HEX #618200 Olive

📋 copy color: '#618200'

red 97 ◦ green 130 ◦ blue 0

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

Shades of Olive #618200

Tints of Olive #618200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.27%

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

R = 42.73%
G = 57.27%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#618200 (or 0x618200) is known color: Olive. HEX triplet: 61, 82 and 00. RGB value is (97,130,0). Sum of RGB (Red+Green+Blue) = 97+130+0=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #618200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618200 is #9E7DFF. Grayscale: #696969. Windows color (decimal): -10386944 or 33377. OLE color: 33377.

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

Color convert

RGB 97 130 0 -
CMYK 0.25 0 1 0.49
HSL 75.23º 1% 0.25% -
HSV(B) 75.23º 1% 0.51% -
XYZ 12.91 18.51 2.89 -
YUV 105.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 97 130 0 0.25 0 1 0.49 75.23 1 0.25
Hex 61 82 0 19 0 64 31 4B 64 19
Octal 141 202 0 31 0 144 61 113 144 31
Binary 1100001 10000010 0 11001 0 1100100 110001 1001011 1100100 11001

Color Harmonies of #618200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618200

Black with #618200

Text Example


Text Example

White with #618200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618200; }

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

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

background-color css

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

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

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

border-color css

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

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

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