Html Css Color HEX #749683 Oxley

📋 copy color: '#749683'

red 116 ◦ green 150 ◦ blue 131

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

Shades of Oxley #749683

Tints of Oxley #749683

RGB

 RED value IS 116 (45.7% from 255) = 29.22%

 GREEN value IS 150 (58.98% from 255) = 37.78%

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

R = 29.22%
G = 37.78%
B = 33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#749683 (or 0x749683) is known color: Oxley. HEX triplet: 74, 96 and 83. RGB value is (116,150,131). Sum of RGB (Red+Green+Blue) = 116+150+131=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #749683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749683 is #8B697C. Grayscale: #898989. Windows color (decimal): -9136509 or 8623732. OLE color: 8623732.

HSL color Cylindrical-coordinate representation of color #749683: hue angle of 146.47º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749683 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 131 -
CMYK 0.23 0 0.13 0.41
HSL 146.47º 0.14% 0.52% -
HSV(B) 146.47º 0.23% 0.59% -
XYZ 22.21 27.16 25.55 -
YUV 137.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 116 150 131 0.23 0 0.13 0.41 146.47 0.14 0.52
Hex 74 96 83 17 0 D 29 92 E 34
Octal 164 226 203 27 0 15 51 222 16 64
Binary 1110100 10010110 10000011 10111 0 1101 101001 10010010 1110 110100

Color Harmonies of #749683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749683

Black with #749683

Text Example


Text Example

White with #749683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749683; }

 p { color: rgb(116,150,131); }

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

background-color css

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

 a { background-color: rgb(116,150,131); }

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

border-color css

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

 span { border-color: rgb(116,150,131); }

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