Html Css Color HEX #97C075 Olivine

📋 copy color: '#97C075'

red 151 ◦ green 192 ◦ blue 117

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

Shades of Olivine #97C075

Tints of Olivine #97C075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.43%

R = 32.83%
G = 41.74%
B = 25.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#97C075 (or 0x97C075) is known color: Olivine. HEX triplet: 97, C0 and 75. RGB value is (151,192,117). Sum of RGB (Red+Green+Blue) = 151+192+117=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #97C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C075 is #683F8A. Grayscale: #ABABAB. Windows color (decimal): -6832011 or 7717015. OLE color: 7717015.

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

Color convert

RGB 151 192 117 -
CMYK 0.21 0 0.39 0.25
HSL 92.8º 0.37% 0.61% -
HSV(B) 92.8º 0.39% 0.75% -
XYZ 34.82 45.56 23.79 -
YUV 171.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 151 192 117 0.21 0 0.39 0.25 92.8 0.37 0.61
Hex 97 C0 75 15 0 27 19 5D 25 3D
Octal 227 300 165 25 0 47 31 135 45 75
Binary 10010111 11000000 1110101 10101 0 100111 11001 1011101 100101 111101

Color Harmonies of #97C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C075

Black with #97C075

Text Example


Text Example

White with #97C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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