Html Css Color HEX #9CAD7D Olivine

📋 copy color: '#9CAD7D'

red 156 ◦ green 173 ◦ blue 125

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

Shades of Olivine #9CAD7D

Tints of Olivine #9CAD7D

RGB

 RED value IS 156 (61.33% from 255) = 34.36%

 GREEN value IS 173 (67.97% from 255) = 38.11%

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 34.36%
G = 38.11%
B = 27.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#9CAD7D (or 0x9CAD7D) is known color: Olivine. HEX triplet: 9C, AD and 7D. RGB value is (156,173,125). Sum of RGB (Red+Green+Blue) = 156+173+125=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAD7D is #635282. Grayscale: #A2A2A2. Windows color (decimal): -6509187 or 8236444. OLE color: 8236444.

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

Color convert

RGB 156 173 125 -
CMYK 0.10 0 0.28 0.32
HSL 81.25º 0.23% 0.58% -
HSV(B) 81.25º 0.28% 0.68% -
XYZ 32.36 38.44 25.12 -
YUV 162.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 156 173 125 0.10 0 0.28 0.32 81.25 0.23 0.58
Hex 9C AD 7D A 0 1C 20 51 17 3A
Octal 234 255 175 12 0 34 40 121 27 72
Binary 10011100 10101101 1111101 1010 0 11100 100000 1010001 10111 111010

Color Harmonies of #9CAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAD7D

Black with #9CAD7D

Text Example


Text Example

White with #9CAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,173,125); }

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

background-color css

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

 a { background-color: rgb(156,173,125); }

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

border-color css

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

 span { border-color: rgb(156,173,125); }

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