Html Css Color HEX #68A474 Oxley

📋 copy color: '#68A474'

red 104 ◦ green 164 ◦ blue 116

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

Shades of Oxley #68A474

Tints of Oxley #68A474

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.71%

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

R = 27.08%
G = 42.71%
B = 30.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#68A474 (or 0x68A474) is known color: Oxley. HEX triplet: 68, A4 and 74. RGB value is (104,164,116). Sum of RGB (Red+Green+Blue) = 104+164+116=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #68A474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A474 is #975B8B. Grayscale: #8C8C8C. Windows color (decimal): -9919372 or 7644264. OLE color: 7644264.

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

Color convert

RGB 104 164 116 -
CMYK 0.37 0 0.29 0.36
HSL 132º 0.25% 0.53% -
HSV(B) 132º 0.37% 0.64% -
XYZ 22.14 30.75 21.29 -
YUV 140.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 104 164 116 0.37 0 0.29 0.36 132 0.25 0.53
Hex 68 A4 74 25 0 1D 24 84 19 35
Octal 150 244 164 45 0 35 44 204 31 65
Binary 1101000 10100100 1110100 100101 0 11101 100100 10000100 11001 110101

Color Harmonies of #68A474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A474

Black with #68A474

Text Example


Text Example

White with #68A474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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