Html Css Color HEX #9FBF6C Olivine

📋 copy color: '#9FBF6C'

red 159 ◦ green 191 ◦ blue 108

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

Shades of Olivine #9FBF6C

Tints of Olivine #9FBF6C

RGB

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

 GREEN value IS 191 (75% from 255) = 41.7%

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

R = 34.72%
G = 41.7%
B = 23.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#9FBF6C (or 0x9FBF6C) is known color: Olivine. HEX triplet: 9F, BF and 6C. RGB value is (159,191,108). Sum of RGB (Red+Green+Blue) = 159+191+108=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF6C is #604093. Grayscale: #ACACAC. Windows color (decimal): -6307988 or 7126943. OLE color: 7126943.

HSL color Cylindrical-coordinate representation of color #9FBF6C: hue angle of 83.13º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FBF6C is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 191 108 -
CMYK 0.17 0 0.43 0.25
HSL 83.13º 0.39% 0.59% -
HSV(B) 83.13º 0.43% 0.75% -
XYZ 35.64 45.72 21.13 -
YUV 171.97 91.9 118.75 -
System Red Green Blue C M Y K H S L
Decimal 159 191 108 0.17 0 0.43 0.25 83.13 0.39 0.59
Hex 9F BF 6C 11 0 2B 19 53 27 3B
Octal 237 277 154 21 0 53 31 123 47 73
Binary 10011111 10111111 1101100 10001 0 101011 11001 1010011 100111 111011

Color Harmonies of #9FBF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBF6C

Black with #9FBF6C

Text Example


Text Example

White with #9FBF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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