Html Css Color HEX #679F71 Oxley

📋 copy color: '#679F71'

red 103 ◦ green 159 ◦ blue 113

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

Shades of Oxley #679F71

Tints of Oxley #679F71

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.4%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 27.47%
G = 42.4%
B = 30.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#679F71 (or 0x679F71) is known color: Oxley. HEX triplet: 67, 9F and 71. RGB value is (103,159,113). Sum of RGB (Red+Green+Blue) = 103+159+113=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #679F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679F71 is #98608E. Grayscale: #898989. Windows color (decimal): -9986191 or 7446375. OLE color: 7446375.

HSL color Cylindrical-coordinate representation of color #679F71: hue angle of 130.71º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679F71 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 159 113 -
CMYK 0.35 0 0.29 0.38
HSL 130.71º 0.23% 0.51% -
HSV(B) 130.71º 0.35% 0.62% -
XYZ 20.97 28.87 20.09 -
YUV 137.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 103 159 113 0.35 0 0.29 0.38 130.71 0.23 0.51
Hex 67 9F 71 23 0 1D 26 83 17 33
Octal 147 237 161 43 0 35 46 203 27 63
Binary 1100111 10011111 1110001 100011 0 11101 100110 10000011 10111 110011

Color Harmonies of #679F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679F71

Black with #679F71

Text Example


Text Example

White with #679F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679F71; }

 p { color: rgb(103,159,113); }

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

background-color css

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

 a { background-color: rgb(103,159,113); }

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

border-color css

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

 span { border-color: rgb(103,159,113); }

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