Html Css Color HEX #9FB26E Olivine

📋 copy color: '#9FB26E'

red 159 ◦ green 178 ◦ blue 110

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

Shades of Olivine #9FB26E

Tints of Olivine #9FB26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.82%

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

R = 35.57%
G = 39.82%
B = 24.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#9FB26E (or 0x9FB26E) is known color: Olivine. HEX triplet: 9F, B2 and 6E. RGB value is (159,178,110). Sum of RGB (Red+Green+Blue) = 159+178+110=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB26E is #604D91. Grayscale: #A4A4A4. Windows color (decimal): -6311314 or 7254687. OLE color: 7254687.

HSL color Cylindrical-coordinate representation of color #9FB26E: hue angle of 76.76º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FB26E is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 178 110 -
CMYK 0.11 0 0.38 0.30
HSL 76.76º 0.31% 0.56% -
HSV(B) 76.76º 0.38% 0.7% -
XYZ 33.03 40.34 20.8 -
YUV 164.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 159 178 110 0.11 0 0.38 0.30 76.76 0.31 0.56
Hex 9F B2 6E B 0 26 1E 4D 1F 38
Octal 237 262 156 13 0 46 36 115 37 70
Binary 10011111 10110010 1101110 1011 0 100110 11110 1001101 11111 111000

Color Harmonies of #9FB26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB26E

Black with #9FB26E

Text Example


Text Example

White with #9FB26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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