Html Css Color HEX #97C069 Olivine

📋 copy color: '#97C069'

red 151 ◦ green 192 ◦ blue 105

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

Shades of Olivine #97C069

Tints of Olivine #97C069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.44%

R = 33.71%
G = 42.86%
B = 23.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#97C069 (or 0x97C069) is known color: Olivine. HEX triplet: 97, C0 and 69. RGB value is (151,192,105). Sum of RGB (Red+Green+Blue) = 151+192+105=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #97C069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C069 is #683F96. Grayscale: #AAAAAA. Windows color (decimal): -6832023 or 6930583. OLE color: 6930583.

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

Color convert

RGB 151 192 105 -
CMYK 0.21 0 0.45 0.25
HSL 88.28º 0.41% 0.58% -
HSV(B) 88.28º 0.45% 0.75% -
XYZ 34.16 45.3 20.31 -
YUV 169.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 151 192 105 0.21 0 0.45 0.25 88.28 0.41 0.58
Hex 97 C0 69 15 0 2D 19 58 29 3A
Octal 227 300 151 25 0 55 31 130 51 72
Binary 10010111 11000000 1101001 10101 0 101101 11001 1011000 101001 111010

Color Harmonies of #97C069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C069

Black with #97C069

Text Example


Text Example

White with #97C069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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