Html Css Color HEX #9DAF7C Olivine

📋 copy color: '#9DAF7C'

red 157 ◦ green 175 ◦ blue 124

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

Shades of Olivine #9DAF7C

Tints of Olivine #9DAF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.38%

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

R = 34.43%
G = 38.38%
B = 27.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#9DAF7C (or 0x9DAF7C) is known color: Olivine. HEX triplet: 9D, AF and 7C. RGB value is (157,175,124). Sum of RGB (Red+Green+Blue) = 157+175+124=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF7C is #625083. Grayscale: #A3A3A3. Windows color (decimal): -6443140 or 8171421. OLE color: 8171421.

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

Color convert

RGB 157 175 124 -
CMYK 0.10 0 0.29 0.31
HSL 81.18º 0.24% 0.59% -
HSV(B) 81.18º 0.29% 0.69% -
XYZ 32.87 39.28 24.92 -
YUV 163.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 157 175 124 0.10 0 0.29 0.31 81.18 0.24 0.59
Hex 9D AF 7C A 0 1D 1F 51 18 3B
Octal 235 257 174 12 0 35 37 121 30 73
Binary 10011101 10101111 1111100 1010 0 11101 11111 1010001 11000 111011

Color Harmonies of #9DAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF7C

Black with #9DAF7C

Text Example


Text Example

White with #9DAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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