Html Css Color HEX #97C063 Olivine

📋 copy color: '#97C063'

red 151 ◦ green 192 ◦ blue 99

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

Shades of Olivine #97C063

Tints of Olivine #97C063

RGB

 RED value IS 151 (59.38% from 255) = 34.16%

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 99 (39.06% from 255) = 22.4%

R = 34.16%
G = 43.44%
B = 22.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#97C063 (or 0x97C063) is known color: Olivine. HEX triplet: 97, C0 and 63. RGB value is (151,192,99). Sum of RGB (Red+Green+Blue) = 151+192+99=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #97C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C063 is #683F9C. Grayscale: #A9A9A9. Windows color (decimal): -6832029 or 6537367. OLE color: 6537367.

HSL color Cylindrical-coordinate representation of color #97C063: hue angle of 86.45º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97C063 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 192 99 -
CMYK 0.21 0 0.48 0.25
HSL 86.45º 0.42% 0.57% -
HSV(B) 86.45º 0.48% 0.75% -
XYZ 33.86 45.18 18.74 -
YUV 169.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 151 192 99 0.21 0 0.48 0.25 86.45 0.42 0.57
Hex 97 C0 63 15 0 30 19 56 2A 39
Octal 227 300 143 25 0 60 31 126 52 71
Binary 10010111 11000000 1100011 10101 0 110000 11001 1010110 101010 111001

Color Harmonies of #97C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C063

Black with #97C063

Text Example


Text Example

White with #97C063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97C063; }

 p { color: rgb(151,192,99); }

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

background-color css

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

 a { background-color: rgb(151,192,99); }

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

border-color css

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

 span { border-color: rgb(151,192,99); }

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