Html Css Color HEX #679A71 Oxley

📋 copy color: '#679A71'

red 103 ◦ green 154 ◦ blue 113

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

Shades of Oxley #679A71

Tints of Oxley #679A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

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

R = 27.84%
G = 41.62%
B = 30.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#679A71 (or 0x679A71) is known color: Oxley. HEX triplet: 67, 9A and 71. RGB value is (103,154,113). Sum of RGB (Red+Green+Blue) = 103+154+113=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #679A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679A71 is #98658E. Grayscale: #868686. Windows color (decimal): -9987471 or 7445095. OLE color: 7445095.

HSL color Cylindrical-coordinate representation of color #679A71: hue angle of 131.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679A71 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 154 113 -
CMYK 0.33 0 0.27 0.40
HSL 131.76º 0.2% 0.5% -
HSV(B) 131.76º 0.33% 0.6% -
XYZ 20.13 27.19 19.81 -
YUV 134.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 103 154 113 0.33 0 0.27 0.40 131.76 0.2 0.5
Hex 67 9A 71 21 0 1B 28 84 14 32
Octal 147 232 161 41 0 33 50 204 24 62
Binary 1100111 10011010 1110001 100001 0 11011 101000 10000100 10100 110010

Color Harmonies of #679A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679A71

Black with #679A71

Text Example


Text Example

White with #679A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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