Html Css Color HEX #9CAC7D Olivine

📋 copy color: '#9CAC7D'

red 156 ◦ green 172 ◦ blue 125

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

Shades of Olivine #9CAC7D

Tints of Olivine #9CAC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.97%

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

R = 34.44%
G = 37.97%
B = 27.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#9CAC7D (or 0x9CAC7D) is known color: Olivine. HEX triplet: 9C, AC and 7D. RGB value is (156,172,125). Sum of RGB (Red+Green+Blue) = 156+172+125=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC7D is #635382. Grayscale: #A2A2A2. Windows color (decimal): -6509443 or 8236188. OLE color: 8236188.

HSL color Cylindrical-coordinate representation of color #9CAC7D: hue angle of 80.43º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CAC7D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 172 125 -
CMYK 0.09 0 0.27 0.33
HSL 80.43º 0.22% 0.58% -
HSV(B) 80.43º 0.27% 0.67% -
XYZ 32.16 38.05 25.05 -
YUV 161.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 156 172 125 0.09 0 0.27 0.33 80.43 0.22 0.58
Hex 9C AC 7D 9 0 1B 21 50 16 3A
Octal 234 254 175 11 0 33 41 120 26 72
Binary 10011100 10101100 1111101 1001 0 11011 100001 1010000 10110 111010

Color Harmonies of #9CAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC7D

Black with #9CAC7D

Text Example


Text Example

White with #9CAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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