Html Css Color HEX #679670 Oxley

📋 copy color: '#679670'

red 103 ◦ green 150 ◦ blue 112

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

Shades of Oxley #679670

Tints of Oxley #679670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 28.22%
G = 41.1%
B = 30.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#679670 (or 0x679670) is known color: Oxley. HEX triplet: 67, 96 and 70. RGB value is (103,150,112). Sum of RGB (Red+Green+Blue) = 103+150+112=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #679670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679670 is #98698F. Grayscale: #838383. Windows color (decimal): -9988496 or 7378535. OLE color: 7378535.

HSL color Cylindrical-coordinate representation of color #679670: hue angle of 131.49º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679670 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 150 112 -
CMYK 0.31 0 0.25 0.41
HSL 131.49º 0.19% 0.5% -
HSV(B) 131.49º 0.31% 0.59% -
XYZ 19.42 25.87 19.3 -
YUV 131.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 103 150 112 0.31 0 0.25 0.41 131.49 0.19 0.5
Hex 67 96 70 1F 0 19 29 83 13 32
Octal 147 226 160 37 0 31 51 203 23 62
Binary 1100111 10010110 1110000 11111 0 11001 101001 10000011 10011 110010

Color Harmonies of #679670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679670

Black with #679670

Text Example


Text Example

White with #679670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679670; }

 p { color: rgb(103,150,112); }

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

background-color css

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

 a { background-color: rgb(103,150,112); }

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

border-color css

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

 span { border-color: rgb(103,150,112); }

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