Html Css Color HEX #9CB87F Olivine

📋 copy color: '#9CB87F'

red 156 ◦ green 184 ◦ blue 127

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

Shades of Olivine #9CB87F

Tints of Olivine #9CB87F

RGB

 RED value IS 156 (61.33% from 255) = 33.4%

 GREEN value IS 184 (72.27% from 255) = 39.4%

 BLUE value IS 127 (50% from 255) = 27.19%

R = 33.4%
G = 39.4%
B = 27.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#9CB87F (or 0x9CB87F) is known color: Olivine. HEX triplet: 9C, B8 and 7F. RGB value is (156,184,127). Sum of RGB (Red+Green+Blue) = 156+184+127=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB87F is #634780. Grayscale: #A9A9A9. Windows color (decimal): -6506369 or 8370332. OLE color: 8370332.

HSL color Cylindrical-coordinate representation of color #9CB87F: hue angle of 89.47º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CB87F is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 184 127 -
CMYK 0.15 0 0.31 0.28
HSL 89.47º 0.29% 0.61% -
HSV(B) 89.47º 0.31% 0.72% -
XYZ 34.68 42.88 26.53 -
YUV 169.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 156 184 127 0.15 0 0.31 0.28 89.47 0.29 0.61
Hex 9C B8 7F F 0 1F 1C 59 1D 3D
Octal 234 270 177 17 0 37 34 131 35 75
Binary 10011100 10111000 1111111 1111 0 11111 11100 1011001 11101 111101

Color Harmonies of #9CB87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB87F

Black with #9CB87F

Text Example


Text Example

White with #9CB87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,184,127); }

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

background-color css

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

 a { background-color: rgb(156,184,127); }

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

border-color css

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

 span { border-color: rgb(156,184,127); }

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