Html Css Color HEX #679079 Oxley

📋 copy color: '#679079'

red 103 ◦ green 144 ◦ blue 121

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

Shades of Oxley #679079

Tints of Oxley #679079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

 BLUE value IS 121 (47.66% from 255) = 32.88%

R = 27.99%
G = 39.13%
B = 32.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#679079 (or 0x679079) is known color: Oxley. HEX triplet: 67, 90 and 79. RGB value is (103,144,121). Sum of RGB (Red+Green+Blue) = 103+144+121=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #679079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679079 is #986F86. Grayscale: #818181. Windows color (decimal): -9990023 or 7966823. OLE color: 7966823.

HSL color Cylindrical-coordinate representation of color #679079: hue angle of 146.34º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #679079 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 144 121 -
CMYK 0.28 0 0.16 0.44
HSL 146.34º 0.17% 0.48% -
HSV(B) 146.34º 0.28% 0.56% -
XYZ 19.02 24.21 21.76 -
YUV 129.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 103 144 121 0.28 0 0.16 0.44 146.34 0.17 0.48
Hex 67 90 79 1C 0 10 2C 92 11 30
Octal 147 220 171 34 0 20 54 222 21 60
Binary 1100111 10010000 1111001 11100 0 10000 101100 10010010 10001 110000

Color Harmonies of #679079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679079

Black with #679079

Text Example


Text Example

White with #679079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679079; }

 p { color: rgb(103,144,121); }

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

background-color css

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

 a { background-color: rgb(103,144,121); }

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

border-color css

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

 span { border-color: rgb(103,144,121); }

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