Html Css Color HEX #68A070 Oxley

📋 copy color: '#68A070'

red 104 ◦ green 160 ◦ blue 112

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

Shades of Oxley #68A070

Tints of Oxley #68A070

RGB

 RED value IS 104 (41.02% from 255) = 27.66%

 GREEN value IS 160 (62.89% from 255) = 42.55%

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

R = 27.66%
G = 42.55%
B = 29.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#68A070 (or 0x68A070) is known color: Oxley. HEX triplet: 68, A0 and 70. RGB value is (104,160,112). Sum of RGB (Red+Green+Blue) = 104+160+112=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #68A070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A070 is #975F8F. Grayscale: #898989. Windows color (decimal): -9920400 or 7381096. OLE color: 7381096.

HSL color Cylindrical-coordinate representation of color #68A070: hue angle of 128.57º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A070 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 160 112 -
CMYK 0.35 0 0.30 0.37
HSL 128.57º 0.23% 0.52% -
HSV(B) 128.57º 0.35% 0.63% -
XYZ 21.2 29.25 19.86 -
YUV 137.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 104 160 112 0.35 0 0.30 0.37 128.57 0.23 0.52
Hex 68 A0 70 23 0 1E 25 81 17 34
Octal 150 240 160 43 0 36 45 201 27 64
Binary 1101000 10100000 1110000 100011 0 11110 100101 10000001 10111 110100

Color Harmonies of #68A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A070

Black with #68A070

Text Example


Text Example

White with #68A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A070; }

 p { color: rgb(104,160,112); }

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

background-color css

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

 a { background-color: rgb(104,160,112); }

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

border-color css

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

 span { border-color: rgb(104,160,112); }

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