Html Css Color HEX #679870 Oxley

📋 copy color: '#679870'

red 103 ◦ green 152 ◦ blue 112

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

Shades of Oxley #679870

Tints of Oxley #679870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

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

R = 28.07%
G = 41.42%
B = 30.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#679870 (or 0x679870) is known color: Oxley. HEX triplet: 67, 98 and 70. RGB value is (103,152,112). Sum of RGB (Red+Green+Blue) = 103+152+112=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #679870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679870 is #98678F. Grayscale: #848484. Windows color (decimal): -9987984 or 7379047. OLE color: 7379047.

HSL color Cylindrical-coordinate representation of color #679870: hue angle of 131.02º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679870 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 152 112 -
CMYK 0.32 0 0.26 0.40
HSL 131.02º 0.19% 0.5% -
HSV(B) 131.02º 0.32% 0.6% -
XYZ 19.75 26.51 19.41 -
YUV 132.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 103 152 112 0.32 0 0.26 0.40 131.02 0.19 0.5
Hex 67 98 70 20 0 1A 28 83 13 32
Octal 147 230 160 40 0 32 50 203 23 62
Binary 1100111 10011000 1110000 100000 0 11010 101000 10000011 10011 110010

Color Harmonies of #679870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679870

Black with #679870

Text Example


Text Example

White with #679870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679870; }

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

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

background-color css

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

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

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

border-color css

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

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

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