Html Css Color HEX #619700 Olive Drab

📋 copy color: '#619700'

red 97 ◦ green 151 ◦ blue 0

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

Shades of Olive Drab #619700

Tints of Olive Drab #619700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 60.89%

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

R = 39.11%
G = 60.89%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#619700 (or 0x619700) is known color: Olive Drab. HEX triplet: 61, 97 and 00. RGB value is (97,151,0). Sum of RGB (Red+Green+Blue) = 97+151+0=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 151 (59.38% from 255 or 60.89% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 151 - color contains mainly: green. Hex color #619700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619700 is #9E68FF. Grayscale: #767676. Windows color (decimal): -10381568 or 38753. OLE color: 38753.

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

Color convert

RGB 97 151 0 -
CMYK 0.36 0 1 0.41
HSL 81.46º 1% 0.3% -
HSV(B) 81.46º 1% 0.59% -
XYZ 16 24.67 3.92 -
YUV 117.64 61.61 113.28 -
System Red Green Blue C M Y K H S L
Decimal 97 151 0 0.36 0 1 0.41 81.46 1 0.3
Hex 61 97 0 24 0 64 29 51 64 1E
Octal 141 227 0 44 0 144 51 121 144 36
Binary 1100001 10010111 0 100100 0 1100100 101001 1010001 1100100 11110

Color Harmonies of #619700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619700

Black with #619700

Text Example


Text Example

White with #619700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619700; }

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

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

background-color css

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

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

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

border-color css

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

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

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