Html Css Color HEX #68A174 Oxley

📋 copy color: '#68A174'

red 104 ◦ green 161 ◦ blue 116

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

Shades of Oxley #68A174

Tints of Oxley #68A174

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.26%

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

R = 27.3%
G = 42.26%
B = 30.45%

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

#68A174 (or 0x68A174) is known color: Oxley. HEX triplet: 68, A1 and 74. RGB value is (104,161,116). Sum of RGB (Red+Green+Blue) = 104+161+116=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #68A174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A174 is #975E8B. Grayscale: #8A8A8A. Windows color (decimal): -9920140 or 7643496. OLE color: 7643496.

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

Color convert

RGB 104 161 116 -
CMYK 0.35 0 0.28 0.37
HSL 132.63º 0.23% 0.52% -
HSV(B) 132.63º 0.35% 0.63% -
XYZ 21.61 29.69 21.12 -
YUV 138.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 104 161 116 0.35 0 0.28 0.37 132.63 0.23 0.52
Hex 68 A1 74 23 0 1C 25 85 17 34
Octal 150 241 164 43 0 34 45 205 27 64
Binary 1101000 10100001 1110100 100011 0 11100 100101 10000101 10111 110100

Color Harmonies of #68A174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A174

Black with #68A174

Text Example


Text Example

White with #68A174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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