Html Css Color HEX #9FB07D Olivine

📋 copy color: '#9FB07D'

red 159 ◦ green 176 ◦ blue 125

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

Shades of Olivine #9FB07D

Tints of Olivine #9FB07D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.26%

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 34.57%
G = 38.26%
B = 27.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#9FB07D (or 0x9FB07D) is known color: Olivine. HEX triplet: 9F, B0 and 7D. RGB value is (159,176,125). Sum of RGB (Red+Green+Blue) = 159+176+125=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB07D is #604F82. Grayscale: #A5A5A5. Windows color (decimal): -6311811 or 8237215. OLE color: 8237215.

HSL color Cylindrical-coordinate representation of color #9FB07D: hue angle of 80º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FB07D is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 176 125 -
CMYK 0.10 0 0.29 0.31
HSL 80º 0.24% 0.59% -
HSV(B) 80º 0.29% 0.69% -
XYZ 33.53 39.9 25.34 -
YUV 165.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 159 176 125 0.10 0 0.29 0.31 80 0.24 0.59
Hex 9F B0 7D A 0 1D 1F 50 18 3B
Octal 237 260 175 12 0 35 37 120 30 73
Binary 10011111 10110000 1111101 1010 0 11101 11111 1010000 11000 111011

Color Harmonies of #9FB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB07D

Black with #9FB07D

Text Example


Text Example

White with #9FB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,176,125); }

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

background-color css

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

 a { background-color: rgb(159,176,125); }

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

border-color css

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

 span { border-color: rgb(159,176,125); }

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