Html Css Color HEX #769C7E Oxley

📋 copy color: '#769C7E'

red 118 ◦ green 156 ◦ blue 126

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

Shades of Oxley #769C7E

Tints of Oxley #769C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 29.5%
G = 39%
B = 31.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#769C7E (or 0x769C7E) is known color: Oxley. HEX triplet: 76, 9C and 7E. RGB value is (118,156,126). Sum of RGB (Red+Green+Blue) = 118+156+126=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #769C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C7E is #896381. Grayscale: #8D8D8D. Windows color (decimal): -9003906 or 8297590. OLE color: 8297590.

HSL color Cylindrical-coordinate representation of color #769C7E: hue angle of 132.63º 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 #769C7E is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 156 126 -
CMYK 0.24 0 0.19 0.39
HSL 132.63º 0.16% 0.54% -
HSV(B) 132.63º 0.24% 0.61% -
XYZ 23.13 29.13 24.14 -
YUV 141.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 118 156 126 0.24 0 0.19 0.39 132.63 0.16 0.54
Hex 76 9C 7E 18 0 13 27 85 10 36
Octal 166 234 176 30 0 23 47 205 20 66
Binary 1110110 10011100 1111110 11000 0 10011 100111 10000101 10000 110110

Color Harmonies of #769C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C7E

Black with #769C7E

Text Example


Text Example

White with #769C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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