Html Css Color HEX #9FBE7B Olivine

📋 copy color: '#9FBE7B'

red 159 ◦ green 190 ◦ blue 123

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

Shades of Olivine #9FBE7B

Tints of Olivine #9FBE7B

RGB

 RED value IS 159 (62.5% from 255) = 33.69%

 GREEN value IS 190 (74.61% from 255) = 40.25%

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

R = 33.69%
G = 40.25%
B = 26.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#9FBE7B (or 0x9FBE7B) is known color: Olivine. HEX triplet: 9F, BE and 7B. RGB value is (159,190,123). Sum of RGB (Red+Green+Blue) = 159+190+123=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE7B is #604184. Grayscale: #ADADAD. Windows color (decimal): -6308229 or 8109727. OLE color: 8109727.

HSL color Cylindrical-coordinate representation of color #9FBE7B: hue angle of 87.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FBE7B is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 123 -
CMYK 0.16 0 0.35 0.25
HSL 87.76º 0.34% 0.61% -
HSV(B) 87.76º 0.35% 0.75% -
XYZ 36.29 45.63 25.63 -
YUV 173.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 159 190 123 0.16 0 0.35 0.25 87.76 0.34 0.61
Hex 9F BE 7B 10 0 23 19 58 22 3D
Octal 237 276 173 20 0 43 31 130 42 75
Binary 10011111 10111110 1111011 10000 0 100011 11001 1011000 100010 111101

Color Harmonies of #9FBE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE7B

Black with #9FBE7B

Text Example


Text Example

White with #9FBE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBE7B; }

 p { color: rgb(159,190,123); }

 H1.HeaderClassName
 {
   color: #9FBE7B;
 }
 .AnyTagClassName
 {
   color: #9FBE7B;
 }
</style>

background-color css

<style>
 a { background-color: #9FBE7B; }

 a { background-color: rgb(159,190,123); }

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

border-color css

<style>
 span { border-color: #9FBE7B; }

 span { border-color: rgb(159,190,123); }

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