Html Css Color HEX #9FB46B Olivine

📋 copy color: '#9FB46B'

red 159 ◦ green 180 ◦ blue 107

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

Shades of Olivine #9FB46B

Tints of Olivine #9FB46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 35.65%
G = 40.36%
B = 23.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#9FB46B (or 0x9FB46B) is known color: Olivine. HEX triplet: 9F, B4 and 6B. RGB value is (159,180,107). Sum of RGB (Red+Green+Blue) = 159+180+107=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB46B is #604B94. Grayscale: #A5A5A5. Windows color (decimal): -6310805 or 7058591. OLE color: 7058591.

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

Color convert

RGB 159 180 107 -
CMYK 0.12 0 0.41 0.29
HSL 77.26º 0.33% 0.56% -
HSV(B) 77.26º 0.41% 0.71% -
XYZ 33.27 41.07 20.08 -
YUV 165.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 159 180 107 0.12 0 0.41 0.29 77.26 0.33 0.56
Hex 9F B4 6B C 0 29 1D 4D 21 38
Octal 237 264 153 14 0 51 35 115 41 70
Binary 10011111 10110100 1101011 1100 0 101001 11101 1001101 100001 111000

Color Harmonies of #9FB46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB46B

Black with #9FB46B

Text Example


Text Example

White with #9FB46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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