Html Css Color HEX #769881 Oxley

📋 copy color: '#769881'

red 118 ◦ green 152 ◦ blue 129

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

Shades of Oxley #769881

Tints of Oxley #769881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

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

R = 29.57%
G = 38.1%
B = 32.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#769881 (or 0x769881) is known color: Oxley. HEX triplet: 76, 98 and 81. RGB value is (118,152,129). Sum of RGB (Red+Green+Blue) = 118+152+129=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #769881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769881 is #89677E. Grayscale: #8B8B8B. Windows color (decimal): -9004927 or 8493174. OLE color: 8493174.

HSL color Cylindrical-coordinate representation of color #769881: hue angle of 139.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769881 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 129 -
CMYK 0.22 0 0.15 0.40
HSL 139.41º 0.14% 0.53% -
HSV(B) 139.41º 0.22% 0.6% -
XYZ 22.66 27.89 24.96 -
YUV 139.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 118 152 129 0.22 0 0.15 0.40 139.41 0.14 0.53
Hex 76 98 81 16 0 F 28 8B E 35
Octal 166 230 201 26 0 17 50 213 16 65
Binary 1110110 10011000 10000001 10110 0 1111 101000 10001011 1110 110101

Color Harmonies of #769881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769881

Black with #769881

Text Example


Text Example

White with #769881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769881; }

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

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

background-color css

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

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

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

border-color css

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

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

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