Html Css Color HEX #679175 Oxley

📋 copy color: '#679175'

red 103 ◦ green 145 ◦ blue 117

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

Shades of Oxley #679175

Tints of Oxley #679175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

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

R = 28.22%
G = 39.73%
B = 32.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#679175 (or 0x679175) is known color: Oxley. HEX triplet: 67, 91 and 75. RGB value is (103,145,117). Sum of RGB (Red+Green+Blue) = 103+145+117=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #679175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679175 is #986E8A. Grayscale: #818181. Windows color (decimal): -9989771 or 7704935. OLE color: 7704935.

HSL color Cylindrical-coordinate representation of color #679175: hue angle of 140º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679175 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 117 -
CMYK 0.29 0 0.19 0.43
HSL 140º 0.17% 0.49% -
HSV(B) 140º 0.29% 0.57% -
XYZ 18.93 24.42 20.55 -
YUV 129.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 103 145 117 0.29 0 0.19 0.43 140 0.17 0.49
Hex 67 91 75 1D 0 13 2B 8C 11 31
Octal 147 221 165 35 0 23 53 214 21 61
Binary 1100111 10010001 1110101 11101 0 10011 101011 10001100 10001 110001

Color Harmonies of #679175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679175

Black with #679175

Text Example


Text Example

White with #679175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679175; }

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

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

background-color css

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

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

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

border-color css

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

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

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