Html Css Color HEX #96BF7B Olivine

📋 copy color: '#96BF7B'

red 150 ◦ green 191 ◦ blue 123

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

Shades of Olivine #96BF7B

Tints of Olivine #96BF7B

RGB

 RED value IS 150 (58.98% from 255) = 32.33%

 GREEN value IS 191 (75% from 255) = 41.16%

 BLUE value IS 123 (48.44% from 255) = 26.51%

R = 32.33%
G = 41.16%
B = 26.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#96BF7B (or 0x96BF7B) is known color: Olivine. HEX triplet: 96, BF and 7B. RGB value is (150,191,123). Sum of RGB (Red+Green+Blue) = 150+191+123=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF7B is #694084. Grayscale: #ABABAB. Windows color (decimal): -6897797 or 8109974. OLE color: 8109974.

HSL color Cylindrical-coordinate representation of color #96BF7B: hue angle of 96.18º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96BF7B is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 123 -
CMYK 0.21 0 0.36 0.25
HSL 96.18º 0.35% 0.62% -
HSV(B) 96.18º 0.36% 0.75% -
XYZ 34.78 45.18 25.63 -
YUV 170.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 150 191 123 0.21 0 0.36 0.25 96.18 0.35 0.62
Hex 96 BF 7B 15 0 24 19 60 23 3E
Octal 226 277 173 25 0 44 31 140 43 76
Binary 10010110 10111111 1111011 10101 0 100100 11001 1100000 100011 111110

Color Harmonies of #96BF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF7B

Black with #96BF7B

Text Example


Text Example

White with #96BF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BF7B; }

 p { color: rgb(150,191,123); }

 H1.HeaderClassName
 {
   color: #96BF7B;
 }
 .AnyTagClassName
 {
   color: #96BF7B;
 }
</style>

background-color css

<style>
 a { background-color: #96BF7B; }

 a { background-color: rgb(150,191,123); }

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

border-color css

<style>
 span { border-color: #96BF7B; }

 span { border-color: rgb(150,191,123); }

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