Html Css Color HEX #749781 Oxley

📋 copy color: '#749781'

red 116 ◦ green 151 ◦ blue 129

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

Shades of Oxley #749781

Tints of Oxley #749781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.13%

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

R = 29.29%
G = 38.13%
B = 32.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#749781 (or 0x749781) is known color: Oxley. HEX triplet: 74, 97 and 81. RGB value is (116,151,129). Sum of RGB (Red+Green+Blue) = 116+151+129=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #749781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749781 is #8B687E. Grayscale: #8A8A8A. Windows color (decimal): -9136255 or 8492916. OLE color: 8492916.

HSL color Cylindrical-coordinate representation of color #749781: hue angle of 142.29º 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 #749781 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 129 -
CMYK 0.23 0 0.15 0.41
HSL 142.29º 0.14% 0.52% -
HSV(B) 142.29º 0.23% 0.59% -
XYZ 22.23 27.43 24.89 -
YUV 138.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 116 151 129 0.23 0 0.15 0.41 142.29 0.14 0.52
Hex 74 97 81 17 0 F 29 8E E 34
Octal 164 227 201 27 0 17 51 216 16 64
Binary 1110100 10010111 10000001 10111 0 1111 101001 10001110 1110 110100

Color Harmonies of #749781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749781

Black with #749781

Text Example


Text Example

White with #749781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749781; }

 p { color: rgb(116,151,129); }

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

background-color css

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

 a { background-color: rgb(116,151,129); }

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

border-color css

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

 span { border-color: rgb(116,151,129); }

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