Html Css Color HEX #78A47D Oxley

📋 copy color: '#78A47D'

red 120 ◦ green 164 ◦ blue 125

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

Shades of Oxley #78A47D

Tints of Oxley #78A47D

RGB

 RED value IS 120 (47.27% from 255) = 29.34%

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 125 (49.22% from 255) = 30.56%

R = 29.34%
G = 40.1%
B = 30.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#78A47D (or 0x78A47D) is known color: Oxley. HEX triplet: 78, A4 and 7D. RGB value is (120,164,125). Sum of RGB (Red+Green+Blue) = 120+164+125=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #78A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A47D is #875B82. Grayscale: #929292. Windows color (decimal): -8870787 or 8234104. OLE color: 8234104.

HSL color Cylindrical-coordinate representation of color #78A47D: hue angle of 126.82º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A47D is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 164 125 -
CMYK 0.27 0 0.24 0.36
HSL 126.82º 0.19% 0.56% -
HSV(B) 126.82º 0.27% 0.64% -
XYZ 24.72 32.02 24.28 -
YUV 146.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 120 164 125 0.27 0 0.24 0.36 126.82 0.19 0.56
Hex 78 A4 7D 1B 0 18 24 7F 13 38
Octal 170 244 175 33 0 30 44 177 23 70
Binary 1111000 10100100 1111101 11011 0 11000 100100 1111111 10011 111000

Color Harmonies of #78A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A47D

Black with #78A47D

Text Example


Text Example

White with #78A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78A47D; }

 p { color: rgb(120,164,125); }

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

background-color css

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

 a { background-color: rgb(120,164,125); }

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

border-color css

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

 span { border-color: rgb(120,164,125); }

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