Html Css Color HEX #619600 Olive Drab

📋 copy color: '#619600'

red 97 ◦ green 150 ◦ blue 0

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

Shades of Olive Drab #619600

Tints of Olive Drab #619600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 60.73%

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

R = 39.27%
G = 60.73%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#619600 (or 0x619600) is known color: Olive Drab. HEX triplet: 61, 96 and 00. RGB value is (97,150,0). Sum of RGB (Red+Green+Blue) = 97+150+0=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #619600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619600 is #9E69FF. Grayscale: #757575. Windows color (decimal): -10381824 or 38497. OLE color: 38497.

HSL color Cylindrical-coordinate representation of color #619600: hue angle of 81.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #619600 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 0 -
CMYK 0.35 0 1 0.41
HSL 81.2º 1% 0.29% -
HSV(B) 81.2º 1% 0.59% -
XYZ 15.84 24.35 3.87 -
YUV 117.05 61.94 113.7 -
System Red Green Blue C M Y K H S L
Decimal 97 150 0 0.35 0 1 0.41 81.2 1 0.29
Hex 61 96 0 23 0 64 29 51 64 1D
Octal 141 226 0 43 0 144 51 121 144 35
Binary 1100001 10010110 0 100011 0 1100100 101001 1010001 1100100 11101

Color Harmonies of #619600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619600

Black with #619600

Text Example


Text Example

White with #619600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619600; }

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

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

background-color css

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

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

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

border-color css

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

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

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