Html Css Color HEX #739478 Oxley

📋 copy color: '#739478'

red 115 ◦ green 148 ◦ blue 120

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

Shades of Oxley #739478

Tints of Oxley #739478

RGB

 RED value IS 115 (45.31% from 255) = 30.03%

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

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 30.03%
G = 38.64%
B = 31.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#739478 (or 0x739478) is known color: Oxley. HEX triplet: 73, 94 and 78. RGB value is (115,148,120). Sum of RGB (Red+Green+Blue) = 115+148+120=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #739478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739478 is #8C6B87. Grayscale: #878787. Windows color (decimal): -9202568 or 7902323. OLE color: 7902323.

HSL color Cylindrical-coordinate representation of color #739478: hue angle of 129.09º 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 #739478 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 120 -
CMYK 0.22 0 0.19 0.42
HSL 129.09º 0.13% 0.52% -
HSV(B) 129.09º 0.22% 0.58% -
XYZ 21.05 26.18 21.71 -
YUV 134.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 115 148 120 0.22 0 0.19 0.42 129.09 0.13 0.52
Hex 73 94 78 16 0 13 2A 81 D 34
Octal 163 224 170 26 0 23 52 201 15 64
Binary 1110011 10010100 1111000 10110 0 10011 101010 10000001 1101 110100

Color Harmonies of #739478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739478

Black with #739478

Text Example


Text Example

White with #739478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739478; }

 p { color: rgb(115,148,120); }

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

background-color css

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

 a { background-color: rgb(115,148,120); }

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

border-color css

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

 span { border-color: rgb(115,148,120); }

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