Html Css Color HEX #9FBA72 Olivine

📋 copy color: '#9FBA72'

red 159 ◦ green 186 ◦ blue 114

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

Shades of Olivine #9FBA72

Tints of Olivine #9FBA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.84%

R = 34.64%
G = 40.52%
B = 24.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#9FBA72 (or 0x9FBA72) is known color: Olivine. HEX triplet: 9F, BA and 72. RGB value is (159,186,114). Sum of RGB (Red+Green+Blue) = 159+186+114=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA72 is #60458D. Grayscale: #A9A9A9. Windows color (decimal): -6309262 or 7518879. OLE color: 7518879.

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

Color convert

RGB 159 186 114 -
CMYK 0.15 0 0.39 0.27
HSL 82.5º 0.34% 0.59% -
HSV(B) 82.5º 0.39% 0.73% -
XYZ 34.89 43.7 22.52 -
YUV 169.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 159 186 114 0.15 0 0.39 0.27 82.5 0.34 0.59
Hex 9F BA 72 F 0 27 1B 52 22 3B
Octal 237 272 162 17 0 47 33 122 42 73
Binary 10011111 10111010 1110010 1111 0 100111 11011 1010010 100010 111011

Color Harmonies of #9FBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA72

Black with #9FBA72

Text Example


Text Example

White with #9FBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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