Html Css Color HEX #68A06D Oxley

📋 copy color: '#68A06D'

red 104 ◦ green 160 ◦ blue 109

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

Shades of Oxley #68A06D

Tints of Oxley #68A06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 27.88%
G = 42.9%
B = 29.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#68A06D (or 0x68A06D) is known color: Oxley. HEX triplet: 68, A0 and 6D. RGB value is (104,160,109). Sum of RGB (Red+Green+Blue) = 104+160+109=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #68A06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A06D is #975F92. Grayscale: #898989. Windows color (decimal): -9920403 or 7184488. OLE color: 7184488.

HSL color Cylindrical-coordinate representation of color #68A06D: hue angle of 125.36º 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 #68A06D is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 160 109 -
CMYK 0.35 0 0.32 0.37
HSL 125.36º 0.23% 0.52% -
HSV(B) 125.36º 0.35% 0.63% -
XYZ 21.04 29.19 18.99 -
YUV 137.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 104 160 109 0.35 0 0.32 0.37 125.36 0.23 0.52
Hex 68 A0 6D 23 0 20 25 7D 17 34
Octal 150 240 155 43 0 40 45 175 27 64
Binary 1101000 10100000 1101101 100011 0 100000 100101 1111101 10111 110100

Color Harmonies of #68A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A06D

Black with #68A06D

Text Example


Text Example

White with #68A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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