Html Css Color HEX #679970 Oxley

📋 copy color: '#679970'

red 103 ◦ green 153 ◦ blue 112

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

Shades of Oxley #679970

Tints of Oxley #679970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

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

R = 27.99%
G = 41.58%
B = 30.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#679970 (or 0x679970) is known color: Oxley. HEX triplet: 67, 99 and 70. RGB value is (103,153,112). Sum of RGB (Red+Green+Blue) = 103+153+112=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #679970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679970 is #98668F. Grayscale: #858585. Windows color (decimal): -9987728 or 7379303. OLE color: 7379303.

HSL color Cylindrical-coordinate representation of color #679970: hue angle of 130.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679970 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 112 -
CMYK 0.33 0 0.27 0.4
HSL 130.8º 0.2% 0.5% -
HSV(B) 130.8º 0.33% 0.6% -
XYZ 19.91 26.84 19.46 -
YUV 133.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 103 153 112 0.33 0 0.27 0.4 130.8 0.2 0.5
Hex 67 99 70 21 0 1B 28 83 14 32
Octal 147 231 160 41 0 33 50 203 24 62
Binary 1100111 10011001 1110000 100001 0 11011 101000 10000011 10100 110010

Color Harmonies of #679970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679970

Black with #679970

Text Example


Text Example

White with #679970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679970; }

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

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

background-color css

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

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

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

border-color css

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

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

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