Html Css Color HEX #78A17B Oxley

📋 copy color: '#78A17B'

red 120 ◦ green 161 ◦ blue 123

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

Shades of Oxley #78A17B

Tints of Oxley #78A17B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.85%

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 29.7%
G = 39.85%
B = 30.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#78A17B (or 0x78A17B) is known color: Oxley. HEX triplet: 78, A1 and 7B. RGB value is (120,161,123). Sum of RGB (Red+Green+Blue) = 120+161+123=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #78A17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A17B is #875E84. Grayscale: #909090. Windows color (decimal): -8871557 or 8102264. OLE color: 8102264.

HSL color Cylindrical-coordinate representation of color #78A17B: hue angle of 124.39º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78A17B is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 161 123 -
CMYK 0.25 0 0.24 0.37
HSL 124.39º 0.18% 0.55% -
HSV(B) 124.39º 0.25% 0.63% -
XYZ 24.07 30.91 23.44 -
YUV 144.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 120 161 123 0.25 0 0.24 0.37 124.39 0.18 0.55
Hex 78 A1 7B 19 0 18 25 7C 12 37
Octal 170 241 173 31 0 30 45 174 22 67
Binary 1111000 10100001 1111011 11001 0 11000 100101 1111100 10010 110111

Color Harmonies of #78A17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A17B

Black with #78A17B

Text Example


Text Example

White with #78A17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,161,123); }

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

background-color css

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

 a { background-color: rgb(120,161,123); }

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

border-color css

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

 span { border-color: rgb(120,161,123); }

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