Html Css Color HEX #68AC77 Oxley

📋 copy color: '#68AC77'

red 104 ◦ green 172 ◦ blue 119

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

Shades of Oxley #68AC77

Tints of Oxley #68AC77

RGB

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

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

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

R = 26.33%
G = 43.54%
B = 30.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#68AC77 (or 0x68AC77) is known color: Oxley. HEX triplet: 68, AC and 77. RGB value is (104,172,119). Sum of RGB (Red+Green+Blue) = 104+172+119=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC77 is #975388. Grayscale: #919191. Windows color (decimal): -9917321 or 7842920. OLE color: 7842920.

HSL color Cylindrical-coordinate representation of color #68AC77: hue angle of 133.24º 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 #68AC77 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 119 -
CMYK 0.40 0 0.31 0.33
HSL 133.24º 0.29% 0.54% -
HSV(B) 133.24º 0.4% 0.67% -
XYZ 23.79 33.78 22.72 -
YUV 145.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 104 172 119 0.40 0 0.31 0.33 133.24 0.29 0.54
Hex 68 AC 77 28 0 1F 21 85 1D 36
Octal 150 254 167 50 0 37 41 205 35 66
Binary 1101000 10101100 1110111 101000 0 11111 100001 10000101 11101 110110

Color Harmonies of #68AC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC77

Black with #68AC77

Text Example


Text Example

White with #68AC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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