Html Css Color HEX #759478 Laurel

📋 copy color: '#759478'

red 117 ◦ green 148 ◦ blue 120

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

Shades of Laurel #759478

Tints of Laurel #759478

RGB

 RED value IS 117 (46.09% from 255) = 30.39%

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

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

R = 30.39%
G = 38.44%
B = 31.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#759478 (or 0x759478) is known color: Laurel. HEX triplet: 75, 94 and 78. RGB value is (117,148,120). Sum of RGB (Red+Green+Blue) = 117+148+120=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #759478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759478 is #8A6B87. Grayscale: #878787. Windows color (decimal): -9071496 or 7902325. OLE color: 7902325.

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

Color convert

RGB 117 148 120 -
CMYK 0.21 0 0.19 0.42
HSL 125.81º 0.13% 0.52% -
HSV(B) 125.81º 0.21% 0.58% -
XYZ 21.32 26.32 21.73 -
YUV 135.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 117 148 120 0.21 0 0.19 0.42 125.81 0.13 0.52
Hex 75 94 78 15 0 13 2A 7E D 34
Octal 165 224 170 25 0 23 52 176 15 64
Binary 1110101 10010100 1111000 10101 0 10011 101010 1111110 1101 110100

Color Harmonies of #759478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759478

Black with #759478

Text Example


Text Example

White with #759478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759478; }

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

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

background-color css

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

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

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

border-color css

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

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

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