Html Css Color HEX #68AB78 Oxley

📋 copy color: '#68AB78'

red 104 ◦ green 171 ◦ blue 120

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

Shades of Oxley #68AB78

Tints of Oxley #68AB78

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

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

R = 26.33%
G = 43.29%
B = 30.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#68AB78 (or 0x68AB78) is known color: Oxley. HEX triplet: 68, AB and 78. RGB value is (104,171,120). Sum of RGB (Red+Green+Blue) = 104+171+120=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB78 is #975487. Grayscale: #919191. Windows color (decimal): -9917576 or 7908200. OLE color: 7908200.

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

Color convert

RGB 104 171 120 -
CMYK 0.39 0 0.30 0.33
HSL 134.33º 0.29% 0.54% -
HSV(B) 134.33º 0.39% 0.67% -
XYZ 23.66 33.42 22.97 -
YUV 145.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 104 171 120 0.39 0 0.30 0.33 134.33 0.29 0.54
Hex 68 AB 78 27 0 1E 21 86 1D 36
Octal 150 253 170 47 0 36 41 206 35 66
Binary 1101000 10101011 1111000 100111 0 11110 100001 10000110 11101 110110

Color Harmonies of #68AB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB78

Black with #68AB78

Text Example


Text Example

White with #68AB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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