Html Css Color HEX #9FBC6C Olivine

📋 copy color: '#9FBC6C'

red 159 ◦ green 188 ◦ blue 108

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

Shades of Olivine #9FBC6C

Tints of Olivine #9FBC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.74%

R = 34.95%
G = 41.32%
B = 23.74%

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

#9FBC6C (or 0x9FBC6C) is known color: Olivine. HEX triplet: 9F, BC and 6C. RGB value is (159,188,108). Sum of RGB (Red+Green+Blue) = 159+188+108=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC6C is #604393. Grayscale: #AAAAAA. Windows color (decimal): -6308756 or 7126175. OLE color: 7126175.

HSL color Cylindrical-coordinate representation of color #9FBC6C: hue angle of 81.75º degrees, saturation: 0.37, 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 #9FBC6C is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 108 -
CMYK 0.15 0 0.43 0.26
HSL 81.75º 0.37% 0.58% -
HSV(B) 81.75º 0.43% 0.74% -
XYZ 34.99 44.42 20.92 -
YUV 170.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 159 188 108 0.15 0 0.43 0.26 81.75 0.37 0.58
Hex 9F BC 6C F 0 2B 1A 52 25 3A
Octal 237 274 154 17 0 53 32 122 45 72
Binary 10011111 10111100 1101100 1111 0 101011 11010 1010010 100101 111010

Color Harmonies of #9FBC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC6C

Black with #9FBC6C

Text Example


Text Example

White with #9FBC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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