Html Css Color HEX #78937F Oxley

📋 copy color: '#78937F'

red 120 ◦ green 147 ◦ blue 127

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

Shades of Oxley #78937F

Tints of Oxley #78937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.31%

 BLUE value IS 127 (50% from 255) = 32.23%

R = 30.46%
G = 37.31%
B = 32.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#78937F (or 0x78937F) is known color: Oxley. HEX triplet: 78, 93 and 7F. RGB value is (120,147,127). Sum of RGB (Red+Green+Blue) = 120+147+127=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #78937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78937F is #876C80. Grayscale: #888888. Windows color (decimal): -8875137 or 8360824. OLE color: 8360824.

HSL color Cylindrical-coordinate representation of color #78937F: hue angle of 135.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78937F is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 147 127 -
CMYK 0.18 0 0.14 0.42
HSL 135.56º 0.11% 0.52% -
HSV(B) 135.56º 0.18% 0.58% -
XYZ 22.01 26.39 24.01 -
YUV 136.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 120 147 127 0.18 0 0.14 0.42 135.56 0.11 0.52
Hex 78 93 7F 12 0 E 2A 88 B 34
Octal 170 223 177 22 0 16 52 210 13 64
Binary 1111000 10010011 1111111 10010 0 1110 101010 10001000 1011 110100

Color Harmonies of #78937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78937F

Black with #78937F

Text Example


Text Example

White with #78937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78937F; }

 p { color: rgb(120,147,127); }

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

background-color css

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

 a { background-color: rgb(120,147,127); }

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

border-color css

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

 span { border-color: rgb(120,147,127); }

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