Html Css Color HEX #9DB874 Olivine

📋 copy color: '#9DB874'

red 157 ◦ green 184 ◦ blue 116

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

Shades of Olivine #9DB874

Tints of Olivine #9DB874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 34.35%
G = 40.26%
B = 25.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#9DB874 (or 0x9DB874) is known color: Olivine. HEX triplet: 9D, B8 and 74. RGB value is (157,184,116). Sum of RGB (Red+Green+Blue) = 157+184+116=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB874 is #62478B. Grayscale: #A8A8A8. Windows color (decimal): -6440844 or 7649437. OLE color: 7649437.

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

Color convert

RGB 157 184 116 -
CMYK 0.15 0 0.37 0.28
HSL 83.82º 0.32% 0.59% -
HSV(B) 83.82º 0.37% 0.72% -
XYZ 34.2 42.71 22.96 -
YUV 168.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 157 184 116 0.15 0 0.37 0.28 83.82 0.32 0.59
Hex 9D B8 74 F 0 25 1C 54 20 3B
Octal 235 270 164 17 0 45 34 124 40 73
Binary 10011101 10111000 1110100 1111 0 100101 11100 1010100 100000 111011

Color Harmonies of #9DB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB874

Black with #9DB874

Text Example


Text Example

White with #9DB874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,184,116); }

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

background-color css

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

 a { background-color: rgb(157,184,116); }

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

border-color css

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

 span { border-color: rgb(157,184,116); }

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