Html Css Color HEX #9FBA75 Olivine

📋 copy color: '#9FBA75'

red 159 ◦ green 186 ◦ blue 117

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

Shades of Olivine #9FBA75

Tints of Olivine #9FBA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 34.42%
G = 40.26%
B = 25.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#9FBA75 (or 0x9FBA75) is known color: Olivine. HEX triplet: 9F, BA and 75. RGB value is (159,186,117). Sum of RGB (Red+Green+Blue) = 159+186+117=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA75 is #60458A. Grayscale: #AAAAAA. Windows color (decimal): -6309259 or 7715487. OLE color: 7715487.

HSL color Cylindrical-coordinate representation of color #9FBA75: hue angle of 83.48º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FBA75 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 186 117 -
CMYK 0.15 0 0.37 0.27
HSL 83.48º 0.33% 0.59% -
HSV(B) 83.48º 0.37% 0.73% -
XYZ 35.07 43.77 23.43 -
YUV 170.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 159 186 117 0.15 0 0.37 0.27 83.48 0.33 0.59
Hex 9F BA 75 F 0 25 1B 53 21 3B
Octal 237 272 165 17 0 45 33 123 41 73
Binary 10011111 10111010 1110101 1111 0 100101 11011 1010011 100001 111011

Color Harmonies of #9FBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA75

Black with #9FBA75

Text Example


Text Example

White with #9FBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,117); }

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

background-color css

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

 a { background-color: rgb(159,186,117); }

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

border-color css

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

 span { border-color: rgb(159,186,117); }

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