Html Css Color HEX #9DCB71 Olivine

📋 copy color: '#9DCB71'

red 157 ◦ green 203 ◦ blue 113

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

Shades of Olivine #9DCB71

Tints of Olivine #9DCB71

RGB

 RED value IS 157 (61.72% from 255) = 33.19%

 GREEN value IS 203 (79.69% from 255) = 42.92%

 BLUE value IS 113 (44.53% from 255) = 23.89%

R = 33.19%
G = 42.92%
B = 23.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#9DCB71 (or 0x9DCB71) is known color: Olivine. HEX triplet: 9D, CB and 71. RGB value is (157,203,113). Sum of RGB (Red+Green+Blue) = 157+203+113=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB71 is #62348E. Grayscale: #B3B3B3. Windows color (decimal): -6435983 or 7457693. OLE color: 7457693.

HSL color Cylindrical-coordinate representation of color #9DCB71: hue angle of 90.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DCB71 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 203 113 -
CMYK 0.23 0 0.44 0.20
HSL 90.67º 0.46% 0.62% -
HSV(B) 90.67º 0.44% 0.8% -
XYZ 38.24 51.07 23.47 -
YUV 178.99 90.76 112.32 -
System Red Green Blue C M Y K H S L
Decimal 157 203 113 0.23 0 0.44 0.20 90.67 0.46 0.62
Hex 9D CB 71 17 0 2C 14 5B 2E 3E
Octal 235 313 161 27 0 54 24 133 56 76
Binary 10011101 11001011 1110001 10111 0 101100 10100 1011011 101110 111110

Color Harmonies of #9DCB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCB71

Black with #9DCB71

Text Example


Text Example

White with #9DCB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,203,113); }

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

background-color css

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

 a { background-color: rgb(157,203,113); }

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

border-color css

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

 span { border-color: rgb(157,203,113); }

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