Html Css Color HEX #9FBC6E Olivine

📋 copy color: '#9FBC6E'

red 159 ◦ green 188 ◦ blue 110

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

Shades of Olivine #9FBC6E

Tints of Olivine #9FBC6E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

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

R = 34.79%
G = 41.14%
B = 24.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#9FBC6E (or 0x9FBC6E) is known color: Olivine. HEX triplet: 9F, BC and 6E. RGB value is (159,188,110). Sum of RGB (Red+Green+Blue) = 159+188+110=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC6E is #604391. Grayscale: #AAAAAA. Windows color (decimal): -6308754 or 7257247. OLE color: 7257247.

HSL color Cylindrical-coordinate representation of color #9FBC6E: hue angle of 82.31º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FBC6E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 110 -
CMYK 0.15 0 0.41 0.26
HSL 82.31º 0.37% 0.58% -
HSV(B) 82.31º 0.41% 0.74% -
XYZ 35.1 44.46 21.48 -
YUV 170.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 159 188 110 0.15 0 0.41 0.26 82.31 0.37 0.58
Hex 9F BC 6E F 0 29 1A 52 25 3A
Octal 237 274 156 17 0 51 32 122 45 72
Binary 10011111 10111100 1101110 1111 0 101001 11010 1010010 100101 111010

Color Harmonies of #9FBC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC6E

Black with #9FBC6E

Text Example


Text Example

White with #9FBC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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