Html Css Color HEX #97BA65 Olivine

📋 copy color: '#97BA65'

red 151 ◦ green 186 ◦ blue 101

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

Shades of Olivine #97BA65

Tints of Olivine #97BA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

 BLUE value IS 101 (39.84% from 255) = 23.06%

R = 34.47%
G = 42.47%
B = 23.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#97BA65 (or 0x97BA65) is known color: Olivine. HEX triplet: 97, BA and 65. RGB value is (151,186,101). Sum of RGB (Red+Green+Blue) = 151+186+101=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BA65 is #68459A. Grayscale: #A6A6A6. Windows color (decimal): -6833563 or 6666903. OLE color: 6666903.

HSL color Cylindrical-coordinate representation of color #97BA65: hue angle of 84.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97BA65 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 186 101 -
CMYK 0.19 0 0.46 0.27
HSL 84.71º 0.38% 0.56% -
HSV(B) 84.71º 0.46% 0.73% -
XYZ 32.67 42.64 18.82 -
YUV 165.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 151 186 101 0.19 0 0.46 0.27 84.71 0.38 0.56
Hex 97 BA 65 13 0 2E 1B 55 26 38
Octal 227 272 145 23 0 56 33 125 46 70
Binary 10010111 10111010 1100101 10011 0 101110 11011 1010101 100110 111000

Color Harmonies of #97BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA65

Black with #97BA65

Text Example


Text Example

White with #97BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,186,101); }

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

background-color css

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

 a { background-color: rgb(151,186,101); }

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

border-color css

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

 span { border-color: rgb(151,186,101); }

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