Html Css Color HEX #679B7C Oxley

📋 copy color: '#679B7C'

red 103 ◦ green 155 ◦ blue 124

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

Shades of Oxley #679B7C

Tints of Oxley #679B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.58%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 26.96%
G = 40.58%
B = 32.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#679B7C (or 0x679B7C) is known color: Oxley. HEX triplet: 67, 9B and 7C. RGB value is (103,155,124). Sum of RGB (Red+Green+Blue) = 103+155+124=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #679B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679B7C is #986483. Grayscale: #878787. Windows color (decimal): -9987204 or 8166247. OLE color: 8166247.

HSL color Cylindrical-coordinate representation of color #679B7C: hue angle of 144.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679B7C is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 155 124 -
CMYK 0.34 0 0.2 0.39
HSL 144.23º 0.21% 0.51% -
HSV(B) 144.23º 0.34% 0.61% -
XYZ 20.95 27.78 23.33 -
YUV 135.92 121.27 104.52 -
System Red Green Blue C M Y K H S L
Decimal 103 155 124 0.34 0 0.2 0.39 144.23 0.21 0.51
Hex 67 9B 7C 22 0 14 27 90 15 33
Octal 147 233 174 42 0 24 47 220 25 63
Binary 1100111 10011011 1111100 100010 0 10100 100111 10010000 10101 110011

Color Harmonies of #679B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679B7C

Black with #679B7C

Text Example


Text Example

White with #679B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,155,124); }

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

background-color css

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

 a { background-color: rgb(103,155,124); }

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

border-color css

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

 span { border-color: rgb(103,155,124); }

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