Html Css Color HEX #769C7A Oxley

📋 copy color: '#769C7A'

red 118 ◦ green 156 ◦ blue 122

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

Shades of Oxley #769C7A

Tints of Oxley #769C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

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

R = 29.8%
G = 39.39%
B = 30.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#769C7A (or 0x769C7A) is known color: Oxley. HEX triplet: 76, 9C and 7A. RGB value is (118,156,122). Sum of RGB (Red+Green+Blue) = 118+156+122=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 156 - color contains mainly: green. Hex color #769C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C7A is #896385. Grayscale: #8C8C8C. Windows color (decimal): -9003910 or 8035446. OLE color: 8035446.

HSL color Cylindrical-coordinate representation of color #769C7A: hue angle of 126.32º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769C7A is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 156 122 -
CMYK 0.24 0 0.22 0.39
HSL 126.32º 0.16% 0.54% -
HSV(B) 126.32º 0.24% 0.61% -
XYZ 22.87 29.03 22.81 -
YUV 140.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 118 156 122 0.24 0 0.22 0.39 126.32 0.16 0.54
Hex 76 9C 7A 18 0 16 27 7E 10 36
Octal 166 234 172 30 0 26 47 176 20 66
Binary 1110110 10011100 1111010 11000 0 10110 100111 1111110 10000 110110

Color Harmonies of #769C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C7A

Black with #769C7A

Text Example


Text Example

White with #769C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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