Html Css Color HEX #769483 Oxley

📋 copy color: '#769483'

red 118 ◦ green 148 ◦ blue 131

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

Shades of Oxley #769483

Tints of Oxley #769483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

 BLUE value IS 131 (51.56% from 255) = 33%

R = 29.72%
G = 37.28%
B = 33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#769483 (or 0x769483) is known color: Oxley. HEX triplet: 76, 94 and 83. RGB value is (118,148,131). Sum of RGB (Red+Green+Blue) = 118+148+131=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #769483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769483 is #896B7C. Grayscale: #898989. Windows color (decimal): -9005949 or 8623222. OLE color: 8623222.

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

Color convert

RGB 118 148 131 -
CMYK 0.20 0 0.11 0.42
HSL 146º 0.12% 0.52% -
HSV(B) 146º 0.2% 0.58% -
XYZ 22.16 26.67 25.45 -
YUV 137.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 118 148 131 0.20 0 0.11 0.42 146 0.12 0.52
Hex 76 94 83 14 0 B 2A 92 C 34
Octal 166 224 203 24 0 13 52 222 14 64
Binary 1110110 10010100 10000011 10100 0 1011 101010 10010010 1100 110100

Color Harmonies of #769483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769483

Black with #769483

Text Example


Text Example

White with #769483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769483; }

 p { color: rgb(118,148,131); }

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

background-color css

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

 a { background-color: rgb(118,148,131); }

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

border-color css

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

 span { border-color: rgb(118,148,131); }

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