Html Css Color HEX #9DAE7C Olivine

📋 copy color: '#9DAE7C'

red 157 ◦ green 174 ◦ blue 124

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

Shades of Olivine #9DAE7C

Tints of Olivine #9DAE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.24%

 BLUE value IS 124 (48.83% from 255) = 27.25%

R = 34.51%
G = 38.24%
B = 27.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#9DAE7C (or 0x9DAE7C) is known color: Olivine. HEX triplet: 9D, AE and 7C. RGB value is (157,174,124). Sum of RGB (Red+Green+Blue) = 157+174+124=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE7C is #625183. Grayscale: #A3A3A3. Windows color (decimal): -6443396 or 8171165. OLE color: 8171165.

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

Color convert

RGB 157 174 124 -
CMYK 0.10 0 0.29 0.32
HSL 80.4º 0.24% 0.58% -
HSV(B) 80.4º 0.29% 0.68% -
XYZ 32.68 38.9 24.85 -
YUV 163.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 157 174 124 0.10 0 0.29 0.32 80.4 0.24 0.58
Hex 9D AE 7C A 0 1D 20 50 18 3A
Octal 235 256 174 12 0 35 40 120 30 72
Binary 10011101 10101110 1111100 1010 0 11101 100000 1010000 11000 111010

Color Harmonies of #9DAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE7C

Black with #9DAE7C

Text Example


Text Example

White with #9DAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,174,124); }

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

background-color css

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

 a { background-color: rgb(157,174,124); }

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

border-color css

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

 span { border-color: rgb(157,174,124); }

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