Html Css Color HEX #679178 Oxley

📋 copy color: '#679178'

red 103 ◦ green 145 ◦ blue 120

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

Shades of Oxley #679178

Tints of Oxley #679178

RGB

 RED value IS 103 (40.63% from 255) = 27.99%

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 27.99%
G = 39.4%
B = 32.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#679178 (or 0x679178) is known color: Oxley. HEX triplet: 67, 91 and 78. RGB value is (103,145,120). Sum of RGB (Red+Green+Blue) = 103+145+120=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #679178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679178 is #986E87. Grayscale: #818181. Windows color (decimal): -9989768 or 7901543. OLE color: 7901543.

HSL color Cylindrical-coordinate representation of color #679178: hue angle of 144.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679178 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 120 -
CMYK 0.29 0 0.17 0.43
HSL 144.29º 0.17% 0.49% -
HSV(B) 144.29º 0.29% 0.57% -
XYZ 19.11 24.49 21.49 -
YUV 129.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 103 145 120 0.29 0 0.17 0.43 144.29 0.17 0.49
Hex 67 91 78 1D 0 11 2B 90 11 31
Octal 147 221 170 35 0 21 53 220 21 61
Binary 1100111 10010001 1111000 11101 0 10001 101011 10010000 10001 110001

Color Harmonies of #679178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679178

Black with #679178

Text Example


Text Example

White with #679178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679178; }

 p { color: rgb(103,145,120); }

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

background-color css

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

 a { background-color: rgb(103,145,120); }

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

border-color css

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

 span { border-color: rgb(103,145,120); }

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