Html Css Color HEX #97BB68 Olivine

📋 copy color: '#97BB68'

red 151 ◦ green 187 ◦ blue 104

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

Shades of Olivine #97BB68

Tints of Olivine #97BB68

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.31%

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

R = 34.16%
G = 42.31%
B = 23.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#97BB68 (or 0x97BB68) is known color: Olivine. HEX triplet: 97, BB and 68. RGB value is (151,187,104). Sum of RGB (Red+Green+Blue) = 151+187+104=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BB68 is #684497. Grayscale: #A7A7A7. Windows color (decimal): -6833304 or 6863767. OLE color: 6863767.

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

Color convert

RGB 151 187 104 -
CMYK 0.19 0 0.44 0.27
HSL 86.02º 0.38% 0.57% -
HSV(B) 86.02º 0.44% 0.73% -
XYZ 33.03 43.12 19.68 -
YUV 166.77 92.57 116.75 -
System Red Green Blue C M Y K H S L
Decimal 151 187 104 0.19 0 0.44 0.27 86.02 0.38 0.57
Hex 97 BB 68 13 0 2C 1B 56 26 39
Octal 227 273 150 23 0 54 33 126 46 71
Binary 10010111 10111011 1101000 10011 0 101100 11011 1010110 100110 111001

Color Harmonies of #97BB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB68

Black with #97BB68

Text Example


Text Example

White with #97BB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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