Html Css Color HEX #68A574 Oxley

📋 copy color: '#68A574'

red 104 ◦ green 165 ◦ blue 116

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

Shades of Oxley #68A574

Tints of Oxley #68A574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.86%

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

R = 27.01%
G = 42.86%
B = 30.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#68A574 (or 0x68A574) is known color: Oxley. HEX triplet: 68, A5 and 74. RGB value is (104,165,116). Sum of RGB (Red+Green+Blue) = 104+165+116=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #68A574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A574 is #975A8B. Grayscale: #8D8D8D. Windows color (decimal): -9919116 or 7644520. OLE color: 7644520.

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

Color convert

RGB 104 165 116 -
CMYK 0.37 0 0.30 0.35
HSL 131.8º 0.25% 0.53% -
HSV(B) 131.8º 0.37% 0.65% -
XYZ 22.32 31.11 21.35 -
YUV 141.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 104 165 116 0.37 0 0.30 0.35 131.8 0.25 0.53
Hex 68 A5 74 25 0 1E 23 84 19 35
Octal 150 245 164 45 0 36 43 204 31 65
Binary 1101000 10100101 1110100 100101 0 11110 100011 10000100 11001 110101

Color Harmonies of #68A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A574

Black with #68A574

Text Example


Text Example

White with #68A574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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