Html Css Color HEX #68A678 Oxley

📋 copy color: '#68A678'

red 104 ◦ green 166 ◦ blue 120

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

Shades of Oxley #68A678

Tints of Oxley #68A678

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.56%

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

R = 26.67%
G = 42.56%
B = 30.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#68A678 (or 0x68A678) is known color: Oxley. HEX triplet: 68, A6 and 78. RGB value is (104,166,120). Sum of RGB (Red+Green+Blue) = 104+166+120=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #68A678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A678 is #975987. Grayscale: #8E8E8E. Windows color (decimal): -9918856 or 7906920. OLE color: 7906920.

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

Color convert

RGB 104 166 120 -
CMYK 0.37 0 0.28 0.35
HSL 135.48º 0.26% 0.53% -
HSV(B) 135.48º 0.37% 0.65% -
XYZ 22.74 31.57 22.66 -
YUV 142.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 104 166 120 0.37 0 0.28 0.35 135.48 0.26 0.53
Hex 68 A6 78 25 0 1C 23 87 1A 35
Octal 150 246 170 45 0 34 43 207 32 65
Binary 1101000 10100110 1111000 100101 0 11100 100011 10000111 11010 110101

Color Harmonies of #68A678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A678

Black with #68A678

Text Example


Text Example

White with #68A678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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