Html Css Color HEX #97C06F Olivine

📋 copy color: '#97C06F'

red 151 ◦ green 192 ◦ blue 111

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

Shades of Olivine #97C06F

Tints of Olivine #97C06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.45%

R = 33.26%
G = 42.29%
B = 24.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#97C06F (or 0x97C06F) is known color: Olivine. HEX triplet: 97, C0 and 6F. RGB value is (151,192,111). Sum of RGB (Red+Green+Blue) = 151+192+111=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #97C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C06F is #683F90. Grayscale: #AAAAAA. Windows color (decimal): -6832017 or 7323799. OLE color: 7323799.

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

Color convert

RGB 151 192 111 -
CMYK 0.21 0 0.42 0.25
HSL 90.37º 0.39% 0.59% -
HSV(B) 90.37º 0.42% 0.75% -
XYZ 34.48 45.43 21.99 -
YUV 170.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 151 192 111 0.21 0 0.42 0.25 90.37 0.39 0.59
Hex 97 C0 6F 15 0 2A 19 5A 27 3B
Octal 227 300 157 25 0 52 31 132 47 73
Binary 10010111 11000000 1101111 10101 0 101010 11001 1011010 100111 111011

Color Harmonies of #97C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C06F

Black with #97C06F

Text Example


Text Example

White with #97C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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