Html Css Color HEX #78AE7C Oxley

📋 copy color: '#78AE7C'

red 120 ◦ green 174 ◦ blue 124

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

Shades of Oxley #78AE7C

Tints of Oxley #78AE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.63%

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 28.71%
G = 41.63%
B = 29.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#78AE7C (or 0x78AE7C) is known color: Oxley. HEX triplet: 78, AE and 7C. RGB value is (120,174,124). Sum of RGB (Red+Green+Blue) = 120+174+124=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AE7C is #875183. Grayscale: #989898. Windows color (decimal): -8868228 or 8171128. OLE color: 8171128.

HSL color Cylindrical-coordinate representation of color #78AE7C: hue angle of 124.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AE7C is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 174 124 -
CMYK 0.31 0 0.29 0.32
HSL 124.44º 0.25% 0.58% -
HSV(B) 124.44º 0.31% 0.68% -
XYZ 26.52 35.72 24.57 -
YUV 152.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 120 174 124 0.31 0 0.29 0.32 124.44 0.25 0.58
Hex 78 AE 7C 1F 0 1D 20 7C 19 3A
Octal 170 256 174 37 0 35 40 174 31 72
Binary 1111000 10101110 1111100 11111 0 11101 100000 1111100 11001 111010

Color Harmonies of #78AE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AE7C

Black with #78AE7C

Text Example


Text Example

White with #78AE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,174,124); }

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

background-color css

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

 a { background-color: rgb(120,174,124); }

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

border-color css

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

 span { border-color: rgb(120,174,124); }

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