Html Css Color HEX #9FB76C Olivine

📋 copy color: '#9FB76C'

red 159 ◦ green 183 ◦ blue 108

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

Shades of Olivine #9FB76C

Tints of Olivine #9FB76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

 BLUE value IS 108 (42.58% from 255) = 24%

R = 35.33%
G = 40.67%
B = 24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#9FB76C (or 0x9FB76C) is known color: Olivine. HEX triplet: 9F, B7 and 6C. RGB value is (159,183,108). Sum of RGB (Red+Green+Blue) = 159+183+108=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB76C is #604893. Grayscale: #A7A7A7. Windows color (decimal): -6310036 or 7124895. OLE color: 7124895.

HSL color Cylindrical-coordinate representation of color #9FB76C: hue angle of 79.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FB76C is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 183 108 -
CMYK 0.13 0 0.41 0.28
HSL 79.2º 0.34% 0.57% -
HSV(B) 79.2º 0.41% 0.72% -
XYZ 33.94 42.32 20.57 -
YUV 167.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 159 183 108 0.13 0 0.41 0.28 79.2 0.34 0.57
Hex 9F B7 6C D 0 29 1C 4F 22 39
Octal 237 267 154 15 0 51 34 117 42 71
Binary 10011111 10110111 1101100 1101 0 101001 11100 1001111 100010 111001

Color Harmonies of #9FB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB76C

Black with #9FB76C

Text Example


Text Example

White with #9FB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,183,108); }

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

background-color css

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

 a { background-color: rgb(159,183,108); }

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

border-color css

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

 span { border-color: rgb(159,183,108); }

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