Html Css Color HEX #679879 Oxley

📋 copy color: '#679879'

red 103 ◦ green 152 ◦ blue 121

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

Shades of Oxley #679879

Tints of Oxley #679879

RGB

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

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

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

R = 27.39%
G = 40.43%
B = 32.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#679879 (or 0x679879) is known color: Oxley. HEX triplet: 67, 98 and 79. RGB value is (103,152,121). Sum of RGB (Red+Green+Blue) = 103+152+121=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #679879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679879 is #986786. Grayscale: #858585. Windows color (decimal): -9987975 or 7968871. OLE color: 7968871.

HSL color Cylindrical-coordinate representation of color #679879: hue angle of 142.04º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679879 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 152 121 -
CMYK 0.32 0 0.20 0.40
HSL 142.04º 0.19% 0.5% -
HSV(B) 142.04º 0.32% 0.6% -
XYZ 20.27 26.72 22.18 -
YUV 133.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 103 152 121 0.32 0 0.20 0.40 142.04 0.19 0.5
Hex 67 98 79 20 0 14 28 8E 13 32
Octal 147 230 171 40 0 24 50 216 23 62
Binary 1100111 10011000 1111001 100000 0 10100 101000 10001110 10011 110010

Color Harmonies of #679879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679879

Black with #679879

Text Example


Text Example

White with #679879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679879; }

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

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

background-color css

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

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

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

border-color css

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

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

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