Html Css Color HEX #9FB07F Olivine

📋 copy color: '#9FB07F'

red 159 ◦ green 176 ◦ blue 127

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

Shades of Olivine #9FB07F

Tints of Olivine #9FB07F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.1%

 BLUE value IS 127 (50% from 255) = 27.49%

R = 34.42%
G = 38.1%
B = 27.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#9FB07F (or 0x9FB07F) is known color: Olivine. HEX triplet: 9F, B0 and 7F. RGB value is (159,176,127). Sum of RGB (Red+Green+Blue) = 159+176+127=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB07F is #604F80. Grayscale: #A5A5A5. Windows color (decimal): -6311809 or 8368287. OLE color: 8368287.

HSL color Cylindrical-coordinate representation of color #9FB07F: hue angle of 80.82º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB07F is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 176 127 -
CMYK 0.10 0 0.28 0.31
HSL 80.82º 0.24% 0.59% -
HSV(B) 80.82º 0.28% 0.69% -
XYZ 33.65 39.95 26.02 -
YUV 165.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 159 176 127 0.10 0 0.28 0.31 80.82 0.24 0.59
Hex 9F B0 7F A 0 1C 1F 51 18 3B
Octal 237 260 177 12 0 34 37 121 30 73
Binary 10011111 10110000 1111111 1010 0 11100 11111 1010001 11000 111011

Color Harmonies of #9FB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB07F

Black with #9FB07F

Text Example


Text Example

White with #9FB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,176,127); }

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

background-color css

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

 a { background-color: rgb(159,176,127); }

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

border-color css

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

 span { border-color: rgb(159,176,127); }

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