Html Css Color HEX #9FBC6B Olivine

📋 copy color: '#9FBC6B'

red 159 ◦ green 188 ◦ blue 107

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

Shades of Olivine #9FBC6B

Tints of Olivine #9FBC6B

RGB

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

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

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

R = 35.02%
G = 41.41%
B = 23.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#9FBC6B (or 0x9FBC6B) is known color: Olivine. HEX triplet: 9F, BC and 6B. RGB value is (159,188,107). Sum of RGB (Red+Green+Blue) = 159+188+107=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC6B is #604394. Grayscale: #AAAAAA. Windows color (decimal): -6308757 or 7060639. OLE color: 7060639.

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

Color convert

RGB 159 188 107 -
CMYK 0.15 0 0.43 0.26
HSL 81.48º 0.38% 0.58% -
HSV(B) 81.48º 0.43% 0.74% -
XYZ 34.94 44.4 20.64 -
YUV 170.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 159 188 107 0.15 0 0.43 0.26 81.48 0.38 0.58
Hex 9F BC 6B F 0 2B 1A 51 26 3A
Octal 237 274 153 17 0 53 32 121 46 72
Binary 10011111 10111100 1101011 1111 0 101011 11010 1010001 100110 111010

Color Harmonies of #9FBC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC6B

Black with #9FBC6B

Text Example


Text Example

White with #9FBC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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