Html Css Color HEX #68A77C Oxley

📋 copy color: '#68A77C'

red 104 ◦ green 167 ◦ blue 124

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

Shades of Oxley #68A77C

Tints of Oxley #68A77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 26.33%
G = 42.28%
B = 31.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#68A77C (or 0x68A77C) is known color: Oxley. HEX triplet: 68, A7 and 7C. RGB value is (104,167,124). Sum of RGB (Red+Green+Blue) = 104+167+124=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #68A77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A77C is #975883. Grayscale: #8F8F8F. Windows color (decimal): -9918596 or 8169320. OLE color: 8169320.

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

Color convert

RGB 104 167 124 -
CMYK 0.38 0 0.26 0.35
HSL 139.05º 0.26% 0.53% -
HSV(B) 139.05º 0.38% 0.65% -
XYZ 23.17 32.04 24.03 -
YUV 143.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 104 167 124 0.38 0 0.26 0.35 139.05 0.26 0.53
Hex 68 A7 7C 26 0 1A 23 8B 1A 35
Octal 150 247 174 46 0 32 43 213 32 65
Binary 1101000 10100111 1111100 100110 0 11010 100011 10001011 11010 110101

Color Harmonies of #68A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A77C

Black with #68A77C

Text Example


Text Example

White with #68A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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