Html Css Color HEX #679372 Oxley

📋 copy color: '#679372'

red 103 ◦ green 147 ◦ blue 114

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

Shades of Oxley #679372

Tints of Oxley #679372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.38%

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 28.3%
G = 40.38%
B = 31.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#679372 (or 0x679372) is known color: Oxley. HEX triplet: 67, 93 and 72. RGB value is (103,147,114). Sum of RGB (Red+Green+Blue) = 103+147+114=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #679372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679372 is #986C8D. Grayscale: #828282. Windows color (decimal): -9989262 or 7508839. OLE color: 7508839.

HSL color Cylindrical-coordinate representation of color #679372: hue angle of 135º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #679372 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 147 114 -
CMYK 0.30 0 0.22 0.42
HSL 135º 0.18% 0.49% -
HSV(B) 135º 0.3% 0.58% -
XYZ 19.06 24.97 19.73 -
YUV 130.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 103 147 114 0.30 0 0.22 0.42 135 0.18 0.49
Hex 67 93 72 1E 0 16 2A 87 12 31
Octal 147 223 162 36 0 26 52 207 22 61
Binary 1100111 10010011 1110010 11110 0 10110 101010 10000111 10010 110001

Color Harmonies of #679372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679372

Black with #679372

Text Example


Text Example

White with #679372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679372; }

 p { color: rgb(103,147,114); }

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

background-color css

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

 a { background-color: rgb(103,147,114); }

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

border-color css

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

 span { border-color: rgb(103,147,114); }

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