Html Css Color HEX #97CA68 Olivine

📋 copy color: '#97CA68'

red 151 ◦ green 202 ◦ blue 104

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

Shades of Olivine #97CA68

Tints of Olivine #97CA68

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.2%

 BLUE value IS 104 (41.02% from 255) = 22.76%

R = 33.04%
G = 44.2%
B = 22.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#97CA68 (or 0x97CA68) is known color: Olivine. HEX triplet: 97, CA and 68. RGB value is (151,202,104). Sum of RGB (Red+Green+Blue) = 151+202+104=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CA68 is #683597. Grayscale: #AFAFAF. Windows color (decimal): -6829464 or 6867607. OLE color: 6867607.

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

Color convert

RGB 151 202 104 -
CMYK 0.25 0 0.49 0.21
HSL 91.22º 0.48% 0.6% -
HSV(B) 91.22º 0.49% 0.79% -
XYZ 36.38 49.82 20.8 -
YUV 175.58 87.6 110.47 -
System Red Green Blue C M Y K H S L
Decimal 151 202 104 0.25 0 0.49 0.21 91.22 0.48 0.6
Hex 97 CA 68 19 0 31 15 5B 30 3C
Octal 227 312 150 31 0 61 25 133 60 74
Binary 10010111 11001010 1101000 11001 0 110001 10101 1011011 110000 111100

Color Harmonies of #97CA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CA68

Black with #97CA68

Text Example


Text Example

White with #97CA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,202,104); }

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

background-color css

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

 a { background-color: rgb(151,202,104); }

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

border-color css

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

 span { border-color: rgb(151,202,104); }

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