Html Css Color HEX #679072 Oxley

📋 copy color: '#679072'

red 103 ◦ green 144 ◦ blue 114

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

Shades of Oxley #679072

Tints of Oxley #679072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

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

R = 28.53%
G = 39.89%
B = 31.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#679072 (or 0x679072) is known color: Oxley. HEX triplet: 67, 90 and 72. RGB value is (103,144,114). Sum of RGB (Red+Green+Blue) = 103+144+114=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #679072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679072 is #986F8D. Grayscale: #808080. Windows color (decimal): -9990030 or 7508071. OLE color: 7508071.

HSL color Cylindrical-coordinate representation of color #679072: hue angle of 136.1º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #679072 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 144 114 -
CMYK 0.28 0 0.21 0.44
HSL 136.1º 0.17% 0.48% -
HSV(B) 136.1º 0.28% 0.56% -
XYZ 18.6 24.04 19.58 -
YUV 128.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 103 144 114 0.28 0 0.21 0.44 136.1 0.17 0.48
Hex 67 90 72 1C 0 15 2C 88 11 30
Octal 147 220 162 34 0 25 54 210 21 60
Binary 1100111 10010000 1110010 11100 0 10101 101100 10001000 10001 110000

Color Harmonies of #679072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679072

Black with #679072

Text Example


Text Example

White with #679072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679072; }

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

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

background-color css

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

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

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

border-color css

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

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

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