Html Css Color HEX #68AC78 Oxley

📋 copy color: '#68AC78'

red 104 ◦ green 172 ◦ blue 120

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

Shades of Oxley #68AC78

Tints of Oxley #68AC78

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.43%

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 26.26%
G = 43.43%
B = 30.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#68AC78 (or 0x68AC78) is known color: Oxley. HEX triplet: 68, AC and 78. RGB value is (104,172,120). Sum of RGB (Red+Green+Blue) = 104+172+120=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC78 is #975387. Grayscale: #919191. Windows color (decimal): -9917320 or 7908456. OLE color: 7908456.

HSL color Cylindrical-coordinate representation of color #68AC78: hue angle of 134.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC78 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 120 -
CMYK 0.40 0 0.30 0.33
HSL 134.12º 0.29% 0.54% -
HSV(B) 134.12º 0.4% 0.67% -
XYZ 23.85 33.8 23.04 -
YUV 145.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 104 172 120 0.40 0 0.30 0.33 134.12 0.29 0.54
Hex 68 AC 78 28 0 1E 21 86 1D 36
Octal 150 254 170 50 0 36 41 206 35 66
Binary 1101000 10101100 1111000 101000 0 11110 100001 10000110 11101 110110

Color Harmonies of #68AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC78

Black with #68AC78

Text Example


Text Example

White with #68AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,172,120); }

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

background-color css

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

 a { background-color: rgb(104,172,120); }

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

border-color css

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

 span { border-color: rgb(104,172,120); }

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