Html Css Color HEX #769581 Oxley

📋 copy color: '#769581'

red 118 ◦ green 149 ◦ blue 129

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

Shades of Oxley #769581

Tints of Oxley #769581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

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

R = 29.8%
G = 37.63%
B = 32.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#769581 (or 0x769581) is known color: Oxley. HEX triplet: 76, 95 and 81. RGB value is (118,149,129). Sum of RGB (Red+Green+Blue) = 118+149+129=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #769581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769581 is #896A7E. Grayscale: #898989. Windows color (decimal): -9005695 or 8492406. OLE color: 8492406.

HSL color Cylindrical-coordinate representation of color #769581: hue angle of 141.29º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769581 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 129 -
CMYK 0.21 0 0.13 0.42
HSL 141.29º 0.13% 0.52% -
HSV(B) 141.29º 0.21% 0.58% -
XYZ 22.18 26.93 24.8 -
YUV 137.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 118 149 129 0.21 0 0.13 0.42 141.29 0.13 0.52
Hex 76 95 81 15 0 D 2A 8D D 34
Octal 166 225 201 25 0 15 52 215 15 64
Binary 1110110 10010101 10000001 10101 0 1101 101010 10001101 1101 110100

Color Harmonies of #769581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769581

Black with #769581

Text Example


Text Example

White with #769581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769581; }

 p { color: rgb(118,149,129); }

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

background-color css

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

 a { background-color: rgb(118,149,129); }

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

border-color css

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

 span { border-color: rgb(118,149,129); }

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