Html Css Color HEX #68A777 Oxley

📋 copy color: '#68A777'

red 104 ◦ green 167 ◦ blue 119

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

Shades of Oxley #68A777

Tints of Oxley #68A777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.82%

 BLUE value IS 119 (46.88% from 255) = 30.51%

R = 26.67%
G = 42.82%
B = 30.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#68A777 (or 0x68A777) is known color: Oxley. HEX triplet: 68, A7 and 77. RGB value is (104,167,119). Sum of RGB (Red+Green+Blue) = 104+167+119=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 167 - color contains mainly: green. Hex color #68A777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A777 is #975888. Grayscale: #8E8E8E. Windows color (decimal): -9918601 or 7841640. OLE color: 7841640.

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

Color convert

RGB 104 167 119 -
CMYK 0.38 0 0.29 0.35
HSL 134.29º 0.26% 0.53% -
HSV(B) 134.29º 0.38% 0.65% -
XYZ 22.86 31.91 22.41 -
YUV 142.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 104 167 119 0.38 0 0.29 0.35 134.29 0.26 0.53
Hex 68 A7 77 26 0 1D 23 86 1A 35
Octal 150 247 167 46 0 35 43 206 32 65
Binary 1101000 10100111 1110111 100110 0 11101 100011 10000110 11010 110101

Color Harmonies of #68A777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A777

Black with #68A777

Text Example


Text Example

White with #68A777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,167,119); }

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

background-color css

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

 a { background-color: rgb(104,167,119); }

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

border-color css

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

 span { border-color: rgb(104,167,119); }

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