Html Css Color HEX #78987B Oxley

📋 copy color: '#78987B'

red 120 ◦ green 152 ◦ blue 123

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

Shades of Oxley #78987B

Tints of Oxley #78987B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

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

R = 30.38%
G = 38.48%
B = 31.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#78987B (or 0x78987B) is known color: Oxley. HEX triplet: 78, 98 and 7B. RGB value is (120,152,123). Sum of RGB (Red+Green+Blue) = 120+152+123=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #78987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78987B is #876784. Grayscale: #8B8B8B. Windows color (decimal): -8873861 or 8099960. OLE color: 8099960.

HSL color Cylindrical-coordinate representation of color #78987B: hue angle of 125.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78987B is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 123 -
CMYK 0.21 0 0.19 0.40
HSL 125.63º 0.13% 0.53% -
HSV(B) 125.63º 0.21% 0.6% -
XYZ 22.55 27.88 22.93 -
YUV 139.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 120 152 123 0.21 0 0.19 0.40 125.63 0.13 0.53
Hex 78 98 7B 15 0 13 28 7E D 35
Octal 170 230 173 25 0 23 50 176 15 65
Binary 1111000 10011000 1111011 10101 0 10011 101000 1111110 1101 110101

Color Harmonies of #78987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78987B

Black with #78987B

Text Example


Text Example

White with #78987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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