Html Css Color HEX #7C9D81 Oxley

📋 copy color: '#7C9D81'

red 124 ◦ green 157 ◦ blue 129

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

Shades of Oxley #7C9D81

Tints of Oxley #7C9D81

RGB

 RED value IS 124 (48.83% from 255) = 30.24%

 GREEN value IS 157 (61.72% from 255) = 38.29%

 BLUE value IS 129 (50.78% from 255) = 31.46%

R = 30.24%
G = 38.29%
B = 31.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#7C9D81 (or 0x7C9D81) is known color: Oxley. HEX triplet: 7C, 9D and 81. RGB value is (124,157,129). Sum of RGB (Red+Green+Blue) = 124+157+129=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9D81 is #83627E. Grayscale: #909090. Windows color (decimal): -8610431 or 8494460. OLE color: 8494460.

HSL color Cylindrical-coordinate representation of color #7C9D81: hue angle of 129.09º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9D81 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 157 129 -
CMYK 0.21 0 0.18 0.38
HSL 129.09º 0.14% 0.55% -
HSV(B) 129.09º 0.21% 0.62% -
XYZ 24.33 29.98 25.27 -
YUV 143.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 124 157 129 0.21 0 0.18 0.38 129.09 0.14 0.55
Hex 7C 9D 81 15 0 12 26 81 E 37
Octal 174 235 201 25 0 22 46 201 16 67
Binary 1111100 10011101 10000001 10101 0 10010 100110 10000001 1110 110111

Color Harmonies of #7C9D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9D81

Black with #7C9D81

Text Example


Text Example

White with #7C9D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C9D81; }

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

 H1.HeaderClassName
 {
   color: #7C9D81;
 }
 .AnyTagClassName
 {
   color: #7C9D81;
 }
</style>

background-color css

<style>
 a { background-color: #7C9D81; }

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

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

border-color css

<style>
 span { border-color: #7C9D81; }

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

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