Html Css Color HEX #749482 Oxley

📋 copy color: '#749482'

red 116 ◦ green 148 ◦ blue 130

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

Shades of Oxley #749482

Tints of Oxley #749482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 29.44%
G = 37.56%
B = 32.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#749482 (or 0x749482) is known color: Oxley. HEX triplet: 74, 94 and 82. RGB value is (116,148,130). Sum of RGB (Red+Green+Blue) = 116+148+130=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #749482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749482 is #8B6B7D. Grayscale: #888888. Windows color (decimal): -9137022 or 8557684. OLE color: 8557684.

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

Color convert

RGB 116 148 130 -
CMYK 0.22 0 0.12 0.42
HSL 146.25º 0.13% 0.52% -
HSV(B) 146.25º 0.22% 0.58% -
XYZ 21.82 26.5 25.08 -
YUV 136.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 116 148 130 0.22 0 0.12 0.42 146.25 0.13 0.52
Hex 74 94 82 16 0 C 2A 92 D 34
Octal 164 224 202 26 0 14 52 222 15 64
Binary 1110100 10010100 10000010 10110 0 1100 101010 10010010 1101 110100

Color Harmonies of #749482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749482

Black with #749482

Text Example


Text Example

White with #749482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749482; }

 p { color: rgb(116,148,130); }

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

background-color css

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

 a { background-color: rgb(116,148,130); }

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

border-color css

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

 span { border-color: rgb(116,148,130); }

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