Html Css Color HEX #68A074 Oxley

📋 copy color: '#68A074'

red 104 ◦ green 160 ◦ blue 116

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

Shades of Oxley #68A074

Tints of Oxley #68A074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 27.37%
G = 42.11%
B = 30.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#68A074 (or 0x68A074) is known color: Oxley. HEX triplet: 68, A0 and 74. RGB value is (104,160,116). Sum of RGB (Red+Green+Blue) = 104+160+116=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #68A074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A074 is #975F8B. Grayscale: #8A8A8A. Windows color (decimal): -9920396 or 7643240. OLE color: 7643240.

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

Color convert

RGB 104 160 116 -
CMYK 0.35 0 0.28 0.37
HSL 132.86º 0.23% 0.52% -
HSV(B) 132.86º 0.35% 0.63% -
XYZ 21.43 29.35 21.06 -
YUV 138.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 104 160 116 0.35 0 0.28 0.37 132.86 0.23 0.52
Hex 68 A0 74 23 0 1C 25 85 17 34
Octal 150 240 164 43 0 34 45 205 27 64
Binary 1101000 10100000 1110100 100011 0 11100 100101 10000101 10111 110100

Color Harmonies of #68A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A074

Black with #68A074

Text Example


Text Example

White with #68A074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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