Html Css Color HEX #9DAE7B Olivine

📋 copy color: '#9DAE7B'

red 157 ◦ green 174 ◦ blue 123

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

Shades of Olivine #9DAE7B

Tints of Olivine #9DAE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 34.58%
G = 38.33%
B = 27.09%

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

#9DAE7B (or 0x9DAE7B) is known color: Olivine. HEX triplet: 9D, AE and 7B. RGB value is (157,174,123). Sum of RGB (Red+Green+Blue) = 157+174+123=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE7B is #625184. Grayscale: #A3A3A3. Windows color (decimal): -6443397 or 8105629. OLE color: 8105629.

HSL color Cylindrical-coordinate representation of color #9DAE7B: hue angle of 80º 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 #9DAE7B is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 174 123 -
CMYK 0.10 0 0.29 0.32
HSL 80º 0.24% 0.58% -
HSV(B) 80º 0.29% 0.68% -
XYZ 32.62 38.87 24.52 -
YUV 163.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 157 174 123 0.10 0 0.29 0.32 80 0.24 0.58
Hex 9D AE 7B A 0 1D 20 50 18 3A
Octal 235 256 173 12 0 35 40 120 30 72
Binary 10011101 10101110 1111011 1010 0 11101 100000 1010000 11000 111010

Color Harmonies of #9DAE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE7B

Black with #9DAE7B

Text Example


Text Example

White with #9DAE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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