Html Css Color HEX #769D7A Oxley

📋 copy color: '#769D7A'

red 118 ◦ green 157 ◦ blue 122

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

Shades of Oxley #769D7A

Tints of Oxley #769D7A

RGB

 RED value IS 118 (46.48% from 255) = 29.72%

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 29.72%
G = 39.55%
B = 30.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#769D7A (or 0x769D7A) is known color: Oxley. HEX triplet: 76, 9D and 7A. RGB value is (118,157,122). Sum of RGB (Red+Green+Blue) = 118+157+122=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #769D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D7A is #896285. Grayscale: #8D8D8D. Windows color (decimal): -9003654 or 8035702. OLE color: 8035702.

HSL color Cylindrical-coordinate representation of color #769D7A: hue angle of 126.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769D7A is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 157 122 -
CMYK 0.25 0 0.22 0.38
HSL 126.15º 0.17% 0.54% -
HSV(B) 126.15º 0.25% 0.62% -
XYZ 23.04 29.37 22.87 -
YUV 141.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 118 157 122 0.25 0 0.22 0.38 126.15 0.17 0.54
Hex 76 9D 7A 19 0 16 26 7E 11 36
Octal 166 235 172 31 0 26 46 176 21 66
Binary 1110110 10011101 1111010 11001 0 10110 100110 1111110 10001 110110

Color Harmonies of #769D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D7A

Black with #769D7A

Text Example


Text Example

White with #769D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769D7A; }

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

 H1.HeaderClassName
 {
   color: #769D7A;
 }
 .AnyTagClassName
 {
   color: #769D7A;
 }
</style>

background-color css

<style>
 a { background-color: #769D7A; }

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

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

border-color css

<style>
 span { border-color: #769D7A; }

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

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