Html Css Color HEX #9FB46E Olivine

📋 copy color: '#9FB46E'

red 159 ◦ green 180 ◦ blue 110

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

Shades of Olivine #9FB46E

Tints of Olivine #9FB46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 35.41%
G = 40.09%
B = 24.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#9FB46E (or 0x9FB46E) is known color: Olivine. HEX triplet: 9F, B4 and 6E. RGB value is (159,180,110). Sum of RGB (Red+Green+Blue) = 159+180+110=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB46E is #604B91. Grayscale: #A5A5A5. Windows color (decimal): -6310802 or 7255199. OLE color: 7255199.

HSL color Cylindrical-coordinate representation of color #9FB46E: hue angle of 78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FB46E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 180 110 -
CMYK 0.12 0 0.39 0.29
HSL 78º 0.32% 0.57% -
HSV(B) 78º 0.39% 0.71% -
XYZ 33.43 41.14 20.93 -
YUV 165.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 159 180 110 0.12 0 0.39 0.29 78 0.32 0.57
Hex 9F B4 6E C 0 27 1D 4E 20 39
Octal 237 264 156 14 0 47 35 116 40 71
Binary 10011111 10110100 1101110 1100 0 100111 11101 1001110 100000 111001

Color Harmonies of #9FB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB46E

Black with #9FB46E

Text Example


Text Example

White with #9FB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,180,110); }

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

background-color css

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

 a { background-color: rgb(159,180,110); }

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

border-color css

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

 span { border-color: rgb(159,180,110); }

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