Html Css Color HEX #7A9D7F Oxley

📋 copy color: '#7A9D7F'

red 122 ◦ green 157 ◦ blue 127

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

Shades of Oxley #7A9D7F

Tints of Oxley #7A9D7F

RGB

 RED value IS 122 (48.05% from 255) = 30.05%

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

 BLUE value IS 127 (50% from 255) = 31.28%

R = 30.05%
G = 38.67%
B = 31.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#7A9D7F (or 0x7A9D7F) is known color: Oxley. HEX triplet: 7A, 9D and 7F. RGB value is (122,157,127). Sum of RGB (Red+Green+Blue) = 122+157+127=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #7A9D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9D7F is #856280. Grayscale: #8F8F8F. Windows color (decimal): -8741505 or 8363386. OLE color: 8363386.

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

Color convert

RGB 122 157 127 -
CMYK 0.22 0 0.19 0.38
HSL 128.57º 0.15% 0.55% -
HSV(B) 128.57º 0.22% 0.62% -
XYZ 23.91 29.78 24.57 -
YUV 143.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 122 157 127 0.22 0 0.19 0.38 128.57 0.15 0.55
Hex 7A 9D 7F 16 0 13 26 81 F 37
Octal 172 235 177 26 0 23 46 201 17 67
Binary 1111010 10011101 1111111 10110 0 10011 100110 10000001 1111 110111

Color Harmonies of #7A9D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9D7F

Black with #7A9D7F

Text Example


Text Example

White with #7A9D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,157,127); }

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

background-color css

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

 a { background-color: rgb(122,157,127); }

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

border-color css

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

 span { border-color: rgb(122,157,127); }

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