Html Css Color HEX #9FBE7D Olivine

📋 copy color: '#9FBE7D'

red 159 ◦ green 190 ◦ blue 125

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

Shades of Olivine #9FBE7D

Tints of Olivine #9FBE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.37%

R = 33.54%
G = 40.08%
B = 26.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#9FBE7D (or 0x9FBE7D) is known color: Olivine. HEX triplet: 9F, BE and 7D. RGB value is (159,190,125). Sum of RGB (Red+Green+Blue) = 159+190+125=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE7D is #604182. Grayscale: #ADADAD. Windows color (decimal): -6308227 or 8240799. OLE color: 8240799.

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

Color convert

RGB 159 190 125 -
CMYK 0.16 0 0.34 0.25
HSL 88.62º 0.33% 0.62% -
HSV(B) 88.62º 0.34% 0.75% -
XYZ 36.41 45.68 26.3 -
YUV 173.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 159 190 125 0.16 0 0.34 0.25 88.62 0.33 0.62
Hex 9F BE 7D 10 0 22 19 59 21 3E
Octal 237 276 175 20 0 42 31 131 41 76
Binary 10011111 10111110 1111101 10000 0 100010 11001 1011001 100001 111110

Color Harmonies of #9FBE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE7D

Black with #9FBE7D

Text Example


Text Example

White with #9FBE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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