Html Css Color HEX #679D75 Oxley

📋 copy color: '#679D75'

red 103 ◦ green 157 ◦ blue 117

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

Shades of Oxley #679D75

Tints of Oxley #679D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.64%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 27.32%
G = 41.64%
B = 31.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#679D75 (or 0x679D75) is known color: Oxley. HEX triplet: 67, 9D and 75. RGB value is (103,157,117). Sum of RGB (Red+Green+Blue) = 103+157+117=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #679D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679D75 is #98628A. Grayscale: #888888. Windows color (decimal): -9986699 or 7708007. OLE color: 7708007.

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

Color convert

RGB 103 157 117 -
CMYK 0.34 0 0.25 0.38
HSL 135.56º 0.22% 0.51% -
HSV(B) 135.56º 0.34% 0.62% -
XYZ 20.86 28.28 21.19 -
YUV 136.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 103 157 117 0.34 0 0.25 0.38 135.56 0.22 0.51
Hex 67 9D 75 22 0 19 26 88 16 33
Octal 147 235 165 42 0 31 46 210 26 63
Binary 1100111 10011101 1110101 100010 0 11001 100110 10001000 10110 110011

Color Harmonies of #679D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679D75

Black with #679D75

Text Example


Text Example

White with #679D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,157,117); }

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

background-color css

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

 a { background-color: rgb(103,157,117); }

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

border-color css

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

 span { border-color: rgb(103,157,117); }

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